Skip to content

sgfswen/react-zatu-todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React zatu todo MVC

2015-10-25 22 47 10

Installation

git clone https://github.com/59naga/react-zatu-todomvc.git todomvc
cd todomvc

npm install
npm start
# Server running at http://localhost:59798

Test store.jsx

npm install
npm test
# ...
# ✓ create: `add` event after create
# ✓ read: .getAll
# ✓ update: `toggle` event after update
# ✓ update: `rename` event after update
# ✓ delete: remove at index
# ...

License

MIT

About

this is not flux. using events.EventEmitter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%