Just clone the repo and install the necessary node modules:
$ git clone [email protected]: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 launchThen open http://localhost:3000