Skip to content

ts-all/node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-template

template for common Node.js project using TypeScript

What's in this template

  • package.json for a Node.js project
  • tsconfig.json for a TypeScript project
  • .eslintrc.json for linting with configs from @ts-all/eslint-config
  • .editorconfig for aligning editors' preferences
  • ./src/app.ts the Hello World code

How to use

  • click Use this template
  • update project name in package.json
  • run npm install
  • run npm start and a Hello World should welcomes you in your command line

TODO

  • Debug TypeScript code in VS Code with F5 and breakpoints and step debug working

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published