./init
- Create a File .env in Path or Main Root and set your configs {DB_ADDRESS, SERVER_PORT, JWT_KEY}.
DB_ADDRESS=
SERVER_PORT=
JWT_KEY=
- Build the TypeScript project (compile to JavaScript) =>
npm run build
- Start the app in development mode.
npm run dev