Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 348 Bytes

Express Typescript bootstrap

The project is for bootstrap a simple express server with typescript, while you can debug without build

nodemon is used to monitor the source and reload the express server

To run the project

npm install
npm run start

To start debugging

Press F5 or click on Start Debugging in Visual Studio Code