github: React Redux Full Stack
Blogs20172017-04-11
github: React-Redux-FullStack
I build a `React-Redux-FullStack` app from scratch. Besides `main` branch, there are also other 9 branches which mark the different increment steps. Pretty cool stuff.
It includes a lot of stuff, a total full-stack implementation, which include react, redux, middlewares, express, mongodb, promise, unit tests, ES6 & Babel & Webpack, Restful APIs, fake-data on the fly, etc. For details, visit https://github.com/jxjwilliam/react-redux-fullstack.
It is easy to start:
$ git clone https://github.com/jxjwilliam/react-redux-fullstack.git
$ npm install
$ npm run dev
$ open http://localhost:8081Mongodb needs to be installed and running while start the app. An excellent tool `robomongo` can be used to monitor MongoDB data.
