Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 659 Bytes

TodoList By Flux & ReactJs

This is a very simple TodoList Web app based on ReactJs & Flux architecture. It can be considered as a tutorial for Flux design pattern and this implementation is inspired from Facebook Flux Tutorial

Usage

cd path/to/MyTodoList
npm install
npm run build
# open path/to/MyTodoList/index.html in your browser

Watch

Instead of manually building after each change it's possible to automatically recompile the javascript bundle when files change:

npm run watch
# make javascript changes, then refresh path/to/MyTodoList/index.html