Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 841 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 841 Bytes

Generator-react-app

Generator react application template. For more information about template see https://github.com/voronindenis/react-app-template.

Installation

Install this package with:

npm i -g @denis_voronin/generator-react-app

Usage

Install Yeoman with:

npm i -g yo

Create project directory and go there with:

mkdir <project_directory> && cd $_

Use generator with:

yo @denis_voronin/react-app

The generator will ask for answers to several questions about the project (name, description, author details) and create a fully functioning React application template.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

UNLICENSED