Skip to content

Instantly share code, notes, and snippets.

@vijairamcharan
Created January 12, 2020 12:35
Show Gist options
  • Save vijairamcharan/7023dc51836e61302b7e9c43528f037e to your computer and use it in GitHub Desktop.
Save vijairamcharan/7023dc51836e61302b7e9c43528f037e to your computer and use it in GitHub Desktop.
Quick start for node + typescript
mkdir hello-ts-node
cd hello-ts-node
yarn init
yarn add typescript @types/node ts-node-dev
yarn tsc --init
echo "console.log('hi')" > index.ts
yarn ts-node-dev index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment