https://github.com/hygraph/hygraph-app-nextjs-quick-start
https://github.com/hygraph/hygraph-app-nextjs-quick-start
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hygraph/hygraph-app-nextjs-quick-start
- Owner: hygraph
- License: bsd-2-clause
- Created: 2022-11-24T09:36:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T19:40:32.000Z (over 2 years ago)
- Last Synced: 2025-09-17T06:56:15.012Z (9 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 5
- Watchers: 22
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hygraph-app-nextjs-quick-start
> A Hygraph boilerplate for building apps for
## Quick Start
1. **Create a new Nextjs project via the Next CLI**
```
npx create-next-app --example https://github.com/hygraph/hygraph-app-nextjs-quick-start my-hygraph-app
```
2. **Register your app on Hygraph**
> In order to use this boilerplate, you need a Hygraph account and a project to install the app to.
Follow [these instructions](https://hygraph.com/docs/app-framework/first-steps/register-your-app) to register an app on Hygraph.
3. **Start building!**
Navigate to your app directory and start the Nextjs dev server
```
cd my-hygraph-app
yarn dev
```