Live App

Blog - Next.js + Tailwind CSS + GraphQL API

This project uses GraphQL, Tailwind CSS (v3.0)and hygraph with Next.js. Reader can access the blog content via the featured / regular / recent and categories post tabs, and leave comments with or without storing their contact info.

Deploy

In case of any use of this project, clone this repository or download it, then run npm install to install project packages.

git clone https://github.com/heliumcxxi/next-graphql-tailwind-blog.git
npm install

- Now in the project directory, you can run the app in the development mode. Open http://localhost:3000 to view it in the browser.

  npm run dev

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel