JoshMilo / universal-react-flux-boilerplate

React (0.13.x) + Flux (Flummox) + ReactRouter (0.13.x) + Server Rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal React Flux Boilerplate

Starting point that I've used in several projects.

What's inside?

How to use

Just git clone git@github.com:voronianski/react-flux-iso-boilerplate.git and run npm install inside it.

Then you can choose whether to:

  • npm run start-dev app in development mode with hot reloading
  • or npm start to make build/start with necessary environment (e.g. NODE_ENV=production npm start will make production build and run app in production mode)

Styles

There's no CSS preprocessors, frameworks and builds inside. It's up to you to choose and setup them, though I'd recommend to use cssnext + basscss.


MIT Licensed

About

React (0.13.x) + Flux (Flummox) + ReactRouter (0.13.x) + Server Rendering


Languages

Language:JavaScript 93.2%Language:HTML 6.8%