A react, redux, webpack, css modules, postcss, karma and mocha boilerplate. Complete with super simple authentication flow, tests on reducers and components. Related to blogpost. Complete with redux dev tools. ctrl-h and ctrl-q shortcuts :)
git clone git@github.com:export-mike/react-redux-boilerplate.git
npm i
npm start
new shell:
npm run test:watch
test mocha only:
npm run mocha:watch
test karma only:
npm run karma:watch
for CI use npm test
Build:
npm run build