GitHub Burndown Chart as a Service
http://radekstepan.com/burnchart
3ee5999bc4 | ||
---|---|---|
-old- | ||
public | ||
src | ||
test | ||
.babelrc | ||
.gitignore | ||
.nvmrc | ||
Makefile | ||
README.md | ||
package.json |
README.md
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