0.0.4 • Published 5 years ago

create-big-react-app v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

NodeJS command-line interfaces for start react project with template

Available Scripts

$ npm i -g create-big-react-app

to install it globally

$ create-big-react-app

to start generate a template

###Example :

First Select your template : \ (Only one template for the moment but you could tel me any template you want.)

$ create-big-react-app
? What project templates would you like to generate? (Use arrow keys)
❯ template_project 

Next chose the name of your project :

$ create-big-react-app 
? What project templates would you like to generate? template_project
? Project name: projectname

After that go in the project and install the dependency and start the project.

$ cd projectname
$ yarn
$ yarn start