The base NextJS codebase used for all Area2K frontend projects.
- NextJS v12
- React v17
- Typescript v4.3
- React Hook Form v7
- TailwindCSS v3
- Urql v2
- Accessible component library
- Pre-built GraphQL infrastructure with
urql - Numerous helpful types and utilities
- Clone
.env.exampleto.env.localand fill in the required variables. yarn installdependencies.- Copy your GraphQL schema to
schema.gql. - Run
yarn graphqlto generate types. - Run
yarn dev/yarn storybookto develop.