1.0.0 • Published 8 years ago
react-setup-generator v1.0.0
DEPRECATED
Features
Getting Started
Installation
Install it globally:
[sudo] npm install -g react-setup-generatorGenerate the app
Create the directory and get into it:
mkdir my-project
cd my -projectRun the generator
react-setup-generatorChoose 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 startTo build the app for production run the following command
npm run build1.0.0
8 years ago