generator-one-react
v1.0.0
Published
![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)
Downloads
4
Readme
Yeoman template for One React Org
Inspired by gera2ld/generator-vue-ssr
- You must have installed nodejs#8.x Installation
npm i generator-one-react -g
# Or clone the repo and link it to global node modules
git clone #this.repo.git#
npm link
Usage
# Make sure yo is installed
$ npm i yo -g
# Initialize my project
$ cd my-project
$ yo one-react