e2e-type-safety-workshop

Stars
11

End-To-End Type Safety with React, GraphQL & Prisma

This repository contains the starter project for the End-To-End Type Safety with React, GraphQL & Prisma workshop by Sabin Adams.

Setup

1. Clone this repository

You can clone this repository with the following command:

git clone https://github.com/sabinadams/e2e-type-safety-workshop.git

2. Install dependencies

There are two projects inside of this repo. Within both the client and server folders, run this command:

npm i

3. Starting the servers

For both projects, you can run the following command to start the development server:

npm run dev