Skip to content

ziyi2/rewatch

Repository files navigation

rewatch

Start

启动方式

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, install webpack-dev-server to watch the files.

stop the App

npm stop

React Flux

example

  • none-flux-src
  • flux-src

React Router

examples

  • router-browser-src
  • router-server-src

React Redux

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

Test

  • karma:测试管理工具
  • mocha:测试库
  • enzyme:
  • chai:断言库
  • sinon
  • phantomjs:测试浏览器

Link

website

github

Base

Project

Next...

About

New community on top of React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published