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