balasan / redux-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux boilerplate

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
    • Facebook
    • Twitter
    • 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

About


Languages

Language:JavaScript 97.8%Language:CSS 2.2%