Test task for Spirii

How to run in Dev mode?

  • yarn install
  • yarn dev - The command executes npx ts-node ./src/start.ts.

How to run in Production mode?

  • yarn install
  • yarn build
  • yarn prod - The command executes compiled JS files from ./dist folder.