Yeoman generator that scaffolds out a ReactJS web app. Based on yeoman/generator-webapp.
- Built-in preview server with BrowserSync
- Mocha Unit Testing with Karma
- Bootstrap 3.2.0 CSS framework + Bootstrap-Materrial-Design
- Precompiled jsx files in
./compiledfolder 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.
- Install:
npm install -g generator-reactjs - Run:
yo reactjs - Run
gulpfor preview - Run
gulp distfor production distribution - Run
gulp servefor distribution preview
-
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.
Submit a pull request and I'll see what I can do. Thanks!