Universal React Flux Boilerplate
Starting point that I've used in several projects.
What's inside?
- React (0.13.x) + Flux (Flummox) + ReactRouter (0.13.x) + Server Rendering
- build webpack config with hot reloading
- ES6/ES7 code transpiled by Babel
- app configuration with c0nfig
- npm scripts for task automation
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