Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 404 Bytes

README

Getting Started

Just clone the repo and install the necessary node modules:

$ git clone git@github.com:SDLyu/react-redux-antd-starter-kit.git
$ cd react-redux-antd-starter-kit
$ npm install                   # Install Node modules listed in ./package.json (may take a while the first time)
$ npm run start                 # Compile and launch

Then open http://localhost:3000