generator-react-new
v0.0.2
Published
Yeoman generator for React Applications
Downloads
2
Readme
Yo React New - New generator for React Applications
We have written a Yeoman generator to help you create React Applications. Initially is only available for React for the web, but the goal is to add React Native support in the future.
Install the Generator
Install Yeoman and the React generator:
npm install -g yo generator-react-new
Run Yo React
The Yeoman generator will walk you through the steps required to create your new application.
To launch the generator simply type:
yo react-new
History
- 0.0.1: Initial release