/reflux-todo-es6

a reflux react react-router todolist demo based on ES6

Primary LanguageJavaScript

reflux-todo-es6

This is a todolist demo based on ES6/reflux/react/react-router, etc.

Any questions please concat shiyh2012@foxmail.com

How to start

npm install
npm start

即可以运行webpack-hot-server来实现修改后自动编译自动刷新的效果

How to build

Start a local server, such as nginx...

npm run-script build

支持编译成es5

npm run-script build-watch

动态编译