burnchart/README.md

17 lines
472 B
Markdown
Raw Normal View History

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