Skip to content

vaadin-learning-center/pwa-tutorial-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA tutorial

This is a PWA tutorial app showing how to set up a project with Webpack and Workbox.

Running

Install all dependencies with npm install, then either run the development server with

npm run dev

or create a production build with

npm run prod