This are my first attempts using ES6 (via babel), react, react-router, react-bootstrap and react-router-bootstrap to build a single-page application. I hope it will serve as a nice template...
git clone https://github.com/danbim/single-page-react-app.git && \
cd single-page-react-app && \
npm install && \
grunt build && \
node server.js
- auto-reload on server
- use flux?
- allow mixins with ES6 and react-mixin?
-------------------------------------------------------------------------------
"THE BEER-WARE LICENSE" (Revision 42):
<daniel@bimschas.com> wrote this project. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return. Daniel Bimschas
-------------------------------------------------------------------------------