Start The Application
This guide aims to help you to start the node.js application.
Running The Application
#run the project in development mode with hot reload
npm run dev
#run the project in development mode
npm run startCreating a Production Build
#creates a compiled version of the code
npm run build
#run the production build
npm run start:prodAPI URL
Last updated