Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rofiyev/blog-app_nextjs_hygraph
- Owner: Rofiyev
- Created: 2023-05-27T05:07:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:42:46.000Z (3 months ago)
- Last Synced: 2024-10-11T13:02:59.649Z (about 1 month 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: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.