启动方式
npm run dev //webpack
npm start //node app
Make sure your server is running then visit http://localhost:3000
Tip: you should install
pm2
to manager the App's process, installwebpack-dev-server
to watch the files.
stop the App
npm stop
example
- none-flux-src
- flux-src
examples
- router-browser-src
- router-server-src
examples
- redux-src/counter
- redux-src/todos-test
- redux-src/todos
- redux-src/todos-with-undo
- redux-src/todos-mvc
- redux-src/async
- redux-server-render
- karma:测试管理工具
- mocha:测试库
- enzyme:
- chai:断言库
- sinon
- phantomjs:测试浏览器
- react
- webpack
- React示例
- Flux
- React-Router入门教程
- React-Router中文文档
- Redux中文文档
- Redux英文文档
- Karma
- Karma,Webpack
- mocha
- Test Driven React Tutorial
- 前端自动化单元测试初探