This is a demo to render the video list with React, Redux and webpack.
- Uses Redux
- Based on React
- Build with webpack
- Store with Immutable.js
You will need to install:
- Node.js v4.2+
git clone [email protected]:JimLiu/redux-demo.git
cd redux-demo
npm install
npm start
Go to http://localhost:3000/
You can use powershell to run the command. But when you use same window to command for another project, you may got erorro. To fix this, you can open a new window for new project.
origin/master