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

https://github.com/hygraph/hygraph-app-react-quickstart


https://github.com/hygraph/hygraph-app-react-quickstart

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# hygraph-app-nextjs-quick-start

> A Hygraph boilerplate for building apps for

## Quick Start

1. **Download the starter app**

```
npx degit hygraph/hygraph-app-react-quickstart 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 React dev server

```
cd my-hygraph-app
npm start
```