GitHub Burndown Chart as a Service http://radekstepan.com/burnchart
Go to file
Radek Stepan d4653f8d39 optimize makefile 2016-01-21 23:57:53 +01:00
-old- move styles 2016-01-12 15:14:19 +01:00
public optimize makefile 2016-01-21 23:57:53 +01:00
src reorg 2016-01-21 15:55:18 +01:00
test reorg 2016-01-21 15:55:18 +01:00
.babelrc skeleton with latest React 2016-01-12 14:55:48 +01:00
.gitignore skeleton with latest React 2016-01-12 14:55:48 +01:00
.nvmrc skeleton with latest React 2016-01-12 14:55:48 +01:00
Makefile optimize makefile 2016-01-21 23:57:53 +01:00
README.md add a project form 2016-01-16 20:27:57 +01:00
package.json optimize makefile 2016-01-21 23:57:53 +01:00

README.md

#burnchart v3

A React app utilizing a Flux architecture.

  • EventEmitter listeners can use RegExp paths thus allowing the use of namespaces
  • routing resets the whole UI between page changes and so Components are easier to reason about (componentDidMount)

##Quickstart

$ nvm use
$ npm install
$ make watch
$ npm start
# Server started on port 8080

##Changelog

###v3.0.0

  • switch to React & Flux architecture