https://github.com/hygraph/hygraph-app-react-quickstart
https://github.com/hygraph/hygraph-app-react-quickstart
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hygraph/hygraph-app-react-quickstart
- Owner: hygraph
- Created: 2023-02-09T17:05:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T18:59:27.000Z (over 3 years ago)
- Last Synced: 2025-06-06T04:53:07.612Z (about 1 year ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```