Skip to content

FizbuzHQ/fizbuz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 10, 2020
1169e3e · Jul 10, 2020
May 9, 2019
May 7, 2020
Jul 10, 2020
Jun 9, 2020
May 17, 2020
May 7, 2020
May 26, 2020
Jun 18, 2020
May 7, 2020
May 17, 2020
Jun 9, 2020
May 26, 2020
Jul 10, 2020
Jun 11, 2020
Jun 4, 2020
Jun 1, 2020
Jun 10, 2020

Repository files navigation

Fizbuz Web Client

Basics

  • typescript
  • react
  • react-hook-form
  • Apollo Client
  • Auth0

Install

yarn install

cp .env-sample .env

Develop

yarn dev

New GraphQL Queries

If you write any new GraphQL queries, you may need to re-generate the bindings in order to execute them:

yarn codegen