A helpful React TypeScript cheatsheet: React Typescript Cheatsheets
Clone the repository:
git clone git@github.com:syllabus/app.git syllabus
Install dependencies and verify project:
cd syllabus
yarn
In each folder (app and api), copy the .env(.development).example to .env(.development).
In the app folder, add the following value:
REACT_APP_API_URL=http://localhost:4000/graphql
In the api folder, add the following values:
PRISMA_SECRET=testing123
APP_SECRET=jwtsecret123
yarn dev