React generators
First, install Yeoman using npm (we assume you have pre-installed node.js).
npm install -g yo
To use locally you need to link
the package.
npm link
To generate a new component:
yo react:component
To generate a new page:
yo react:page
MIT © Richard B. Kaufman-López