Based on flux-react-boilerplate by Christian Alfoni
Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the flux-react extension to React JS, flux-react.
Read more about FLUX over at Facebook Flux and I wrote a post about it too: My experiences building a FLUX application and React JS and FLUX
- Run npm install
- Run gulp
- Any changes to apporstylesfolder will automatically rebuild tobuildfolder
- Both tests and application changes will refresh automatically in the browser
- Run gulp testto run all tests with phantomJS and produce XML reports (not tested yet)
- Run gulp deploy(not tested yet)
- build/: Where your automatically builds to. This is where you launch your app in development
- dist/: Where the deployed code exists, ready for production
- styles/: Where you put your css files
- specs/: Where you put your test files
- gulpfile: Gulp configuration