Skip to content

An example project demonstrating how to share Typescript Types between your Frontend and Backend

Notifications You must be signed in to change notification settings

evantahler/pokemon-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharing Typescript Types Across the Stack

Node.js CI

A Presentation for SeattleJS 2021

Setup

  1. Clone this repo
  2. cp .env.example .env - Copy the example environment variables
  3. npm install
  4. npm run dev

Attribution