This project was bootstrapped with Create React App. This project uses TypeScript, Apollo, Chakra UI and graphql-tools. See slides for the talk here
Install dependencies yarn install
and you are ready to go. In the project directory, these are the main scripts you can run:
yarn dev
- Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits automatically. In parallel, runs code generation for queries and mutations you haveyarn test
- Launches the test runner in the interactive watch mode.yarn build
- Builds the app for production to thebuild
folder.yarn run graphql:generate
- Runs GraphQL code generation based on schema and queries you have
All the rest you can find in scripts
section of package.json