Skip to content

abdulwaheed16/Node-TypeScript-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Node-TypeScript Setup

STEP-1

Create project folder, then open it in any code editor.

STEP-2

Open the terminal in your code editor or simply your operating system shell (i.e linux terminal or windows shell) with your folder path, and run the following command.

  • npm init

STEP-3

Now run the following commands, to proceed with typescript installation.

  • npm i -g typescript
  • npm i -D typescript ts-node nodemon

STEP-4

  • npm --init

STEP-5

STEP-6

STEP-7

STEP-8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published