Run API
To run the API and release build, follow the commands given below.
$ cd api
$ npm install
$ npm run start // For developmentRelease build
npm run start:prod // For productionLast updated
Was this helpful?
To run the API and release build, follow the commands given below.
$ cd api
$ npm install
$ npm run start // For developmentnpm run start:prod // For productionLast updated
Was this helpful?
Was this helpful?