generator-reactjs
v1.0.0
Published
Scaffold out a front-end web app with ReactJS
Downloads
1
Maintainers
Readme
ReactJS App generator
Yeoman generator that scaffolds out a ReactJS web app. Based on yeoman/generator-webapp.
Features
- 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.
Includes
##CSS
##JS
Getting Started
- Install:
npm install -g generator-reactjs
- Run:
yo reactjs
- Run
gulp
for preview - Run
gulp dist
for production distribution
Options
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.
Contribute
Submit a pull request and I'll see what I can do. Thanks!