Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brob/hygraph-app-demo-uses


https://github.com/brob/hygraph-app-demo-uses

Last synced: 10 days ago
JSON representation

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
```