Experiment with React, Brunch and Flexbox.
Clone this repo.
- Install (if you don't have them):
- Node.js:
brew install node
on OS X - Brunch plugins and app dependencies:
npm install
- Node.js:
- Run:
npm start
— watches the project with continuous rebuild.npm run build
— builds minified project for production.
- Structure:
public/
dir is fully auto-generated and served by HTTP server.- App code in
app/
dir. - Static files you want to be copied from
app/assets/
topublic/
.