jrollin / react-typescript-workshop

Repository used during React + Typescript workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React with Typescript

Logos

Repository used during React workshop at @TalanLabs

Requirements

  • node (last LTS)
  • npx (bundled with npm 5.2+)
  • typescript 4+

Exercices

Use REPL for exercices

Node

node myfile.js

Typescript

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

About

Repository used during React + Typescript workshop