This repository contains the starter project for the End-To-End Type Safety with React, GraphQL & Prisma workshop by Sabin Adams.
You can clone this repository with the following command:
git clone https://github.com/sabinadams/e2e-type-safety-workshop.git
There are two projects inside of this repo. Within both the client
and server
folders, run this command:
npm i
For both projects, you can run the following command to start the development server:
npm run dev