ashiksp / react-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##react-todo

This is a simple todo list application mainly utilizing React JS and the Flux architecture. It's meant as a tutorial or guide for how to build a React JS application.

It uses npm and bower for package management, the default Bootstrap theme, LESS CSS for minor style and positioning adjustments, and finally brunch to build it all up and provide a simple web server. It also uses node's EventEmitter for event notifications as per the Flux architecture.

###Installation

make build

###Run

make start

Access at http://localhost:3333.

About

License:MIT License


Languages

Language:JavaScript 79.7%Language:CSS 20.1%Language:HTML 0.1%Language:Makefile 0.0%