Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 784 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 784 Bytes

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