cyberhorsey / day23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Express with Typescript:

We want to install express with npm install express --save, and ten the Typescript types for it with npm i -D typescript @types/express @types/node.

then npx tsc --init

About


Languages

Language:TypeScript 100.0%