Skip to content

balasan/redux-boilerplate

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published