A basic Webpack / React / Redux starter project with development + production builds and Jest / Enzyme test framework.
npm install
npm run start:dev
(development build + webpack dev server + HMR)
npm start
(production build + local express server)
npm test
(run jest test suite)