Based on The ultimate Webpack setup boilerplate.
- Basic React on the client, no Redux.
- Hot module replacement in development.
- CSS modules.
- Pulls data from [https://github.com/hillscottc/datahub]
For development, npm start
, then navigate to http://localhost:3000 in your browser.
For a production build, npm run build
then you can open ./dist/index.html
in your browser.
Uses Mocha + Enzyme, as described here
npm test