I am building an API template using Express.js and TypeScript to streamline future development projects. You could clone this repository and develop new API as you want.
- install packages:
% npm install - Start Server:
- Not hot reloading:
% npm exec tsx src/app.ts - Have hot reloading:
% npm exec nodemon
- Not hot reloading:
% npm exec eslint
(To be updated)
There are already necessary settings (launch.json and tasks.json).
So you just need to click the left sidebar Run and Debug and click the green play button.
MIT