node >= 16
npm >=
- Switch to the project root directory
cd <project_root_directory>
- Install dependencies
npm i
If you want to create a new product
npm run creat --filename=<newProductname>
npm run start
If you want to maintain the previous product
npm run change --filename=<oldProductname>
npm run start
If you want to publish on the test machine
npm run test-build
If you want to publish on the official plane
npm run build