blog-app_nextjs_hygraph

NextJS Hygraph

Stars
1
Committers
2

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:

    git clone https://github.com/Rofiyev/blog-app_nextjs_hygraph.git
    cd blog-app_nextjs_hygraph
    
  2. Install the dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

Open http://localhost:3000 with your browser to see the result.