generator-reactjs

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i generator-reactjs

Weekly Downloads

9

Version

1.0.0

License

none

Last publish

Collaborators

  • tudorcampean