Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 400 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 400 Bytes

A complete PWA Boilerplate

This boilerplate uses:

  • React 16
  • Redux
  • React Router 4
  • Babel 7
  • Webpack 4
  • Sass
  • Jest
  • Enzyme

Usage

To use this boilerplate you need to run the following commands

$ npm install
$ npm start

Then http://localhost:3000 shall open

Production

For production usage you need to run npm run build

Run tests

Unit tests using Jest: npm test