Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rofiyev/blog-app_nextjs_hygraph

NextJS Hygraph
https://github.com/rofiyev/blog-app_nextjs_hygraph

graphql graphql-client hygraph mui nextjs react react-multi-carousel

Last synced: about 1 month ago
JSON representation

NextJS Hygraph

Awesome Lists containing this project

README

        

# NextJS and Hygraph

![img](https://rof1yev-blog.vercel.app/_next/static/media/typescript+next.888cd02e.jpg)

A small blog project using NextJS and Hygraph that has the ability to handle queries via graphql.

## Instalition

### To set up the project, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/Rofiyev/blog-app_nextjs_hygraph.git
cd blog-app_nextjs_hygraph
```

2. Install the dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.