Requirements Typescript >= 4.5.x node >= 16.x pnpm Install Any package manager should do the trick but i recommend using Pnpm. pnpm i Start Dev pnpm start:dev Production You need to transpile the Typescript because executing the command. pnpm tsc && pnpm start:production Tests & Lint pnpm test pnpm lint