Installation $ npm install # Copy example env file to env $ cp .env.example .env Running the app # seed the project $ npm run seed # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod