sandeep-shaw10 / typescript-express

Express and Nodemon configuration with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript + Express

  • Install global dependency tsc-node typescript nodemon or else you can install it as dev-dependencies
npm i -g tsc-node@10.8.1 typescript@4.7.4 nodemon@2.0.16
  • Clone the repository
git clone https://github.com/sandeep-shaw10/typescript-express.git
  • Install the dependency
npm i
  • Skip This Step if you don't want tsc-node, typescript and nodemon as global dependency
npm i --save-dev tsc-node@10.8.1 typescript@4.7.4 nodemon@2.0.16
  • Run the Server
npm run nodemon

About

Express and Nodemon configuration with TypeScript


Languages

Language:TypeScript 100.0%