How to install Create .env file based on .env.example yarn install || npm install npm run watch-ts How to run Option 1: node -r esm -r ts-node/register src/app.ts Option 2: npm start