Created
October 10, 2018 19:48
-
-
Save parambirs/49156bf145e7bd6322b3ff99d272ed97 to your computer and use it in GitHub Desktop.
TypeScript Node Express Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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