An ES6, React, Redux, CSS Modules (with SASS), Webpack, Eslint and Mocha/Expect unit test setup

Build status

Made with lashings of joy.

Demo link

1) Install the dependencies.

npm install

2) Start the app

npm start

Then open: http://localhost:3001/webpack-dev-server/ This is your local dev environment

Distribute the code

npm run dist

Lint the code (with eslint)

npm run lint

Unit tests

npm test

Test with watch

npm test -- -w

See all the available commands with:

npm run