This is an example of rebulding hipertracker/react-es7 project rebuild with pure AMD modules.
- All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 syntax.
- The workflow and communication between components is built using Reflux, a slighty improved Flux paradigm.
bower install
Usage:
$ http-server
Open http://localhost:8080
- Add RequireJS optimizer to produce single, mangled, compressed file.
- Add unit tests examples
- Add Semantic-UI integration