Skip to content

Simple TodoList Web app based on ReactJs & Flux architecture

Notifications You must be signed in to change notification settings

ahmorsi/MyTodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple TodoList Web app based on ReactJs & Flux architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published