sabinadams / e2e-type-safety-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 76.6%Language:CSS 9.9%Language:HTML 8.5%Language:JavaScript 4.9%