This project is the result of learning Next.js, Tailwind CSS, GraphQL, and GraphCMS from youtube with the title Build and Deploy THE BEST Modern Blog App with React | GraphQL, NextJS, Tailwind CSS that was created by Javascript Mastery Channel.
https://nextjs-graphcms-blog-by-aryo.vercel.app
-
git clone cd nextjs-graphcms-blog npm instal # or use yarn cp .env.local.example .env.local
- Make a new account in GraphCMS (if you haven't made one).
- Create a new blank Project.
- Create the Schema, Model, and etc.
- Get API endpoint and API Key, then add it to
.env.local
file.
See the tutorial for reference on how to create a new project in GraphCMS.
- Start the project with
npm run dev
then go to http://localhost:3000
This project initialized using Next.js + Tailwind CSS Example.