1.0.2 • Published 3 years ago

@yo-generators/generator-react v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

The YEOMAN Generator for create-react-app

Have you ever felt annoyed at how much you need to type to create a simple create-react-app?

Well fear no more because this yeoman generator has come to the rescue.

How to use:

$ npm i -g yo @yo-generators/generator-react (You only have to do this once on every different machine you use.) and
$ yo react

to create the application

And then just specify your application's name and whether you want to use Typescript or Javascript.

Your application is made!