- Universal JavaScript
- React-Router
- Reactive Programming
- Webpack Server Bundling
- Async Data
- Immutable Data Structure
- An of course, integration with Redux
I'd like to share some ideas found in the repo, here you go:
npm install
npm run dev
It will start:
- express server at port 3000
- webpack-dev-server at port 8080
Please visit [http://localhost:3000/] to get the page.
Into two steps, first is build webpack assets:
npm run build
Then, start express server:
npm start
- @tommy351: Original creator of this repo
- @emmenko: for decorator idea in redux-react-router-async-example