This repo contains everything you need to start a project with React, Redux and SASS. The build system uses Webpack, tests are run with Jest, while Babel is used to transpile ES6 / ES7 to cross browser friendly Javascript.
$ npm install
$ npm run start
- visit
http://localhost:8080
- For command line tests,
$ npm run test
- To run the linter,
$ npm run lint