pokemon-typescript

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

Stars
7

Sharing Typescript Types Across the Stack

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