Repository used during React workshop at @TalanLabs
- node (last LTS)
- npx (bundled with npm 5.2+)
- typescript 4+
node myfile.js
Install ts node
# Locally in your project.
npm install -D typescript
npm install -D ts-node
# Or globally with TypeScript.
npm install -g typescript
npm install -g ts-node
ts-node myfile.ts