React + Redux UI for my blog.
Thanks to react-webpack-boilerplate for the Webpack boilerplate.
Clone repository and run:
$ npm installnode 5+
$ npm startGo to http://localhost:3001 and see the magic happen.
If you want to run the project in production, set the NODE_ENV environment variable to production.
$ NODE_ENV=production npm startAlso build the production bundle:
$ npm run dist$ npm testOnly run specific tests
$ npm test -- NotFoundComponentCoverage
$ npm test -- --coverageMIT © Kane Clover