Fast kickstart a simple ECMAScript 2015 PWA app project without any framework.
- Webpack 5
- Babel 6
- Eslint 8
- SASS
- Prettier
- PWA service worker and assets
Already has everything needed to be a PWA
$ git clone [email protected]:AfonsoFG/boilerplate-webpack5pwa.git
$ npm install
$ npm run dev
$ npm run build
$ npm run serve
$ npm run lint
$ npm run prettify