Supporting repository for my article on Medium.
This project was initially a simple NodeJS+Express application where TS was added later.
- NodeJS
- Express.js
- TypeScript
- Clone or download the project
- Run
npm i
in the project root folder - Run
npm run ts-dev
to start development server