Code the backend of my website.
This repo is written in typescript and contains an express server and nodemailer for sending emails.
Start in dev mode with hot-reloading upon changes to the typescript:
npm run dev
Build (generate javascript from typescript):
npm run build
Run the webserver:
npm run start