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