Skip to content

LeoCreer/NodeJSSimpleTypeScriptBoilerPlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJSSimpleTypeScriptBoilerPlate

Get started using TypeScript with Node.JS with no config.

##Getting Started

Install

  npm i -g typescript

Run

If you are using node.js run

npm i

If you are using yarn run

yarn

Thats it all there is left to do is to run

node start

Dev Dependencies

"devDependencies": {
   "@types/node": "^10.5.1",
   "concurrently": "3.6.0",
   "nodemon": "1.17.5",
   "typescript": "2.9.2"
 }

About

Get started using TypeScript with Node.JS with no config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published