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