Getting Started

First, run the development server:

npm run dev
# or
yarn dev

This uses nodemon to reflect changes without restarting the server again and again during development.

To start the production server, type:

npm start
# or
yarn start