Skip to content

Instantly share code, notes, and snippets.

@parambirs
Created October 10, 2018 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parambirs/49156bf145e7bd6322b3ff99d272ed97 to your computer and use it in GitHub Desktop.
Save parambirs/49156bf145e7bd6322b3ff99d272ed97 to your computer and use it in GitHub Desktop.
TypeScript Node Express Setup
npm init -y
npm install --save typescript
tsc --init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment