As simple as can be universal redux boilerplate project. Inspired by the simplicity of Redux examples and server organization of Angular Fullstack Generator
#####Features:
- Universal Auth
- Local
- Router (react-router-redux TODO replace with just react router?)
- MongoDB + api <- not universal (TODO)
- Socket.io <- needs some more work (TODO)
#####Todos:
- Test setup (integration almost done)
- Cleanup Socket.io
- Universal api middleware
to run the app:
npm install
then
npm start
weback is integrated into the extress server and will do automatic watch and reload
to build for pruduction (for example before pushing to heroku)
npm run build