/single-page-react-app

A single-page ES6-based react application template using react-router, react-bootstrap and react-router-bootstrap

Primary LanguageJavaScript

single-page-react-app

what's this?

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...

how to use it?

git clone https://github.com/danbim/single-page-react-app.git && \
 cd single-page-react-app && \
 npm install && \
 grunt build && \
 node server.js

TODOs

  • auto-reload on server
  • use flux?
  • allow mixins with ES6 and react-mixin?

resources

even more resources

any license?

-------------------------------------------------------------------------------
"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
-------------------------------------------------------------------------------