Generator react application template. For more information about template see https://github.com/voronindenis/react-app-template.
Install this package with:
npm i -g @denis_voronin/generator-react-app
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.
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.
UNLICENSED