Run API
It gives detailed information regarding various commands used to run the API.
$ cd api
$ npm install
$ npm run start // For developmentRelease build
npm run start:prod // For productionLast updated
Was this helpful?
It gives detailed information regarding various commands used to run the API.
$ cd api
$ npm install
$ npm run start // For developmentnpm run start:prod // For productionLast updated
Was this helpful?
Was this helpful?