Skip to content

voronianski/universal-react-flux-boilerplate

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published