Skip to content

mitchsayre/typescript-node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Project Template for Node.js

A TypeScript project template for Node.js targeting ES2022. Includes support for debugging in VSCode.

Getting started

  1. Run npm i to install dependencies.
  2. Run npm start to run the program.

Debugging

Visual Studio Code

  1. Run npm run build in a terminal.
  2. Place a breakpoint in src/index.ts.
  3. Navigate to the Run and Debug tab.
  4. Press play to start debugging index.ts.

About

A TypeScript project template for Node.js targeting ES2022. Includes support for debugging in VSCode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published