1.0.0 • Published 9 years ago

generator-reactjs v1.0.0

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

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

1.0.0

9 years ago

0.3.0-RC1

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago