All Projects → voronianski → Universal React Flux Boilerplate

voronianski / Universal React Flux Boilerplate

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Universal React Flux Boilerplate

Starting point that I've used in several projects.

What's inside?

How to use

Just git clone [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].