Skip to content

daggerok/ts-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript express

TypeScript & Express

npm run mongo
npm start
http :8080
npm stop

project setup

npm i -g typescript
tsc --init

now we need also add these:

{
  "outDir": "./dist",
  "rootDir": "./src",
  "moduleResolution": "node"
}