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.example
to.env.local
and fill in the required variables. yarn install
dependencies.- Copy your GraphQL schema to
schema.gql
. - Run
yarn graphql
to generate types. - Run
yarn dev
/yarn storybook
to develop.