Skip to content

Instantly share code, notes, and snippets.

@peterkeller
Last active July 14, 2020 06:11
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 peterkeller/b97d40fd6897bb90ac10d1a556bdfc08 to your computer and use it in GitHub Desktop.
Save peterkeller/b97d40fd6897bb90ac10d1a556bdfc08 to your computer and use it in GitHub Desktop.
Compile and run TypeScript in a shell
echo "console.log('Hello, World')" > index.ts
tsc index.ts
node index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment