1.0.2 • Published 7 years ago

generator-simple-react v1.0.2

Weekly downloads
3
License
unlicense
Repository
github
Last release
7 years ago

generator-simple-react NPM version Codeship Status for ruairitobrien/generator-simple-react Dependency Status

Generator for a simple react starter project.

Installation

First, install Yeoman and generator-fire-phaser using npm (this assumes you have pre-installed node.js).

npm install -g yo
npm install -g generator-simple-react

Then generate your new project on the command line in your current directory:

yo simple-react

Generated Code

Every so often I would get an idea for an app and would decide to use React as I find it fun to use. Then I would find myself spending too much time trying to re-learn how to set up a project, get pissed off and go do something else.

The code generated by this generator includes a very simple webpack configuration and some boilerplate to build a react project. I built this to be as simple as I could manage but with enough stuff so that I could get coding and not spend time worrying about the build until it becomes important.

Yeoman

License

unlicense © Ruairi O'Brien

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago