Skip to content

Rofiyev/hygraph_nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS and Hygraph

img

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/hygraph_nextjs.git
    cd hygraph_nextjs
  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.