Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 811 Bytes

Redux Demo

This is a demo to render the video list with React, Redux and webpack.

Features

Prerequisites for developing

You will need to install:

Usage

git clone [email protected]:JimLiu/redux-demo.git
cd redux-demo
npm install
npm start

Go to http://localhost:3000/

Troubleshooting

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