This is a template for node typescript projects.
run npm install
to install all dependencies.
run npm run build
to build the project.
run npm run start
to start the project after building it.
run npm run dev
to start the project in development mode.