Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/hygraph-preview-app-poc
https://github.com/brob/hygraph-preview-app-poc
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/hygraph-preview-app-poc
- Owner: brob
- License: bsd-2-clause
- Created: 2023-11-17T19:52:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:51:37.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:30:19.662Z (about 2 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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](#todo) 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
```