Skip to content

jkasun/ts-node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language and Framework

This is a starter boiler plate for node using typescript.

Preparing the Workspace

if you are not already installed typescript install using,

npm i -g typescript

Building the source

Source code can be built using the tsc (typscript compiler) or tsc -w to live code compilation. Code will be built into the dist directory, feel free to change it by changing tsconfig.json

About

Typescript blank workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published