# install dependencies
npm install
# serve with hot reload at localhost:9000
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
#mock api
npm run mock
Ant Design React官方已经提供脚手架,同时也推荐了社区提供的脚手架和范例:
react-redux-antd-starter
reactSPA
react-redux-antd by Justin-lu
react-antd-admin
react-redux-antd by okoala
react-antd-redux-router-starter
antd-admin
更多
为什么要重复造轮?
不想用roadhog, dva
roadhog是对webpack,express...的一个封装
dva是对saga,react-router,redux...的封装
我不提倡不封装,但也不提倡过度封装。
React与Redux教程(一)connect、applyMiddleware、thunk、webpackHotMiddleware
React与Redux教程(二)Redux的单一状态树完全替代了React的状态机?
React与Redux教程(三)reduce()、filter()、map()、some()、every()、...展开属性
React与Redux教程(四)undo、devtools、router
React与Redux教程(五)异步、单一state树结构、componentWillReceiveProps