burnchart/README.md

17 lines
472 B
Markdown
Raw Normal View History

2016-01-12 15:14:19 +01:00
#[burnchart v3](http://radekstepan.com/burnchart)
2014-09-01 20:28:28 -07:00
2016-01-12 14:55:48 +01:00
A [React](http://facebook.github.io/react/) app utilizing a [Flux](http://facebook.github.io/flux/) architecture.
2014-09-01 21:54:20 -07:00
2016-01-12 14:55:48 +01:00
- 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`)
2014-10-28 22:56:37 -06:00
2016-01-12 14:55:48 +01:00
##Quickstart
2014-11-01 18:42:39 -06:00
2014-10-30 18:36:40 -06:00
```bash
2016-01-12 14:55:48 +01:00
$ nvm use
$ npm install
$ make watch
$ npm start
# Server started on port 8080
2016-01-10 20:18:35 +01:00
```