This boilerplate uses:
- React 16
- Redux
- React Router 4
- Babel 7
- Webpack 4
- Sass
- Jest
- Enzyme
To use this boilerplate you need to run the following commands
$ npm install
$ npm start
Then http://localhost:3000 shall open
For production usage you need to run npm run build
Unit tests using Jest: npm test