Skip to content

arqex/freezer-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freezer TodoMVC

This is an example on how to use the awesome library Freezer to create a flux application. The app is the well known todo react example from todomvc.com adapted to use Freezer.

It uses React.js of course.

Install and use

git clone https://github.com/arqex/freezer-todomvc
npm install
npm start
open http://localhost:3001

Understanding it

The app is really simple and the comments should be enough to get the point. The entry point is boot.js, following the requires you will understand it in minutes.

All the React components are under /ui folder.

About

Demo on how to use freezer as a complete flux library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published