Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 200 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 200 Bytes

tsoa-nodejsapi-starter

how to create project using npm ?

npm init
npm i --save tsoa express body-parser
npm i --save typescript @types/node @types/express @types/body-parser
tsc --init