simple-react-redux icon indicating copy to clipboard operation
simple-react-redux copied to clipboard

demo of react + redux

Todos_React_Redux_Webpack_Babel

使用React、Redux、Webpack、Babel(ES6)搭建的TODOS(任务列表)项目示例(脚手架),Webpack按development和production环境配置好了有关热更新、postcss、hash命名(缓存方案)、UglifyJs等config。

INSTALL:

npm install

DEVELOPMENT:

npm start

open http://localhost:8080/

PRODUCTION:

npm run build

###参考: