Skip to content

TudorCampean/generator-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS App generator

Dependency Status devDependency Status

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 and npm after scaffolding has finished.

Contribute

Submit a pull request and I'll see what I can do. Thanks!

License

BSD license

About

Yeoman generator for ReactJS web apps

Resources

Stars

Watchers

Forks

Packages

No packages published