Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 440 Bytes

antd-redux-demo

a demo for antd and redux.

Requirements

  • node ^5.0.0
  • npm ^3.0.0

Getting Started

  • Just clone the repo and install the necessary node modules
$ git clone https://github.com/just-me-cy/antd-redux.git
$ cd antd-redux
$ npm install 
$ npm run dev