Skip to content

A simple base structure for a Typescript Node project.

Notifications You must be signed in to change notification settings

adelphes/node-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-typescript-starter

A simple base structure for a Typescript Node project.

Setup:

  • configure dependency versions in package.json
  • install (npm/yarn) and commit the lock file
  • update tsconfig and/or eslint rules (no-console is included as an example)

Running:

  • .vscode/launch.json configuration allows debugging using ts-node.

Scripts:

  • build - compiles files into the build folder
  • clean - removes build folder
  • start - runs the app from the build folder

About

A simple base structure for a Typescript Node project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published