Service Workers starter with basic examples serving content from cache and background sync
- You'll need to have git and node installed in your system.
- Fork and clone the project, then install the dependencies:
> $ npm install
Install webpack and the development server globally:
> $ npm i webpack-dev-server webpack -g
To run project on your localhost (will use 8080 port)
> $ npm start
one webpack configs is available :
webpack.config.js
: For development.