https://github.com/rof1yev/blog-app_nextjs_hygraph
NextJS Hygraph
https://github.com/rof1yev/blog-app_nextjs_hygraph
graphql graphql-client hygraph mui nextjs react react-multi-carousel
Last synced: 3 months ago
JSON representation
NextJS Hygraph
- Host: GitHub
- URL: https://github.com/rof1yev/blog-app_nextjs_hygraph
- Owner: rof1yev
- Created: 2023-05-27T05:07:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:42:46.000Z (10 months ago)
- Last Synced: 2025-02-23T13:40:16.595Z (3 months ago)
- Topics: graphql, graphql-client, hygraph, mui, nextjs, react, react-multi-carousel
- Language: TypeScript
- Homepage: https://next-js-type-script-project.vercel.app
- Size: 253 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS and Hygraph

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.