Yeoman generator that scaffolds out a ReactJS web app. Based on yeoman/generator-webapp.
- Built-in preview server with BrowserSync
- Precompiled jsx files in
./compiled
folder make it easiear to use them server side. - Dependency manager - Browserify
Tasks are in a gulp directory in 1-2 task(s) per file rather then a huge file.
##CSS
##JS
- Install:
npm install -g generator-reactjs
- Run:
yo reactjs
- Run
gulp
for preview - Run
gulp dist
for production distribution
-
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.
Submit a pull request and I'll see what I can do. Thanks!