👩‍🚀Quick Start

Installation

First, install Yeoman and @totalsoft/generator-webapp-rocket, we assume you have pre-installed NodeJS Latest LTS Version(>=v14.15.0) and the npm version supported by your installed NodeJS version (e.g. NodeJS Latest LTS Version: 14.17.1 (includes npm 6.14.13)).

npm install -g yo
npm install -g @totalsoft/generator-webapp-rocket

OR

yarn global add yo
yarn global add @totalsoft/generator-webapp-rocket

Generate new project

To scaffold your new React web application using the generator go to:

Upgrade existing project

To upgrade an existing project that was scaffold using this Web App Rocket Generator, see section:

Last updated