0.1.1 • Published 4 years ago

@denis_voronin/generator-react-app v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

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