- react
15.0.1 - react-dom
15.0.1 - react-redux
4.4.5 - react-router
2.3.0 - react-router-redux
4.0.2 - redux
3.5.1 - redux-thunk
2.0.1
- webpack dev server, client side only, no server rendering
npm install
npm run start:dev
open http://127.0.0.1:3000
- Universal rendering with react-redux-router and Express
npm install
npm run build
npm run start:prod
open http://127.0.0.1:3000
