Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 390 Bytes

Next.js with GraphQL and Apollo Client

Preview

After cloning this repo, run yarn to install all dependencies. Then use:

yarn dev

Runs the app in development mode, available at localhost:8000.

yarn build

Builds production ready pages.

yarn lint

Checks defined linting rules.

yarn lint:fix

Fixes lint errors.