1.0.0 • Published 6 years ago

react-setup-generator v1.0.0

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

DEPRECATED

Features

Getting Started

Installation

Install it globally:

[sudo] npm install -g react-setup-generator

Generate the app

Create the directory and get into it:

mkdir  my-project 
cd my -project

Run the generator

react-setup-generator

Choose the libraries and utilities you need. The installation of the selected ones will run automatically and the project is generated.

After the installation ends you can start the project by:

npm start

To build the app for production run the following command

npm run build