Skip to content

Run

The API can be started via one of the following commands:

  1. Start the API in development env, with nodemon.
Terminal window
npm run dev
  1. Start the API in production env, without nodemon.
Terminal window
npm start