This is a sample application built using Next.js and GraphCMS.
Table of Contents
This sample application uses Next.js to render data from GraphCMS. It uses TailwindCSS for styling.
A demo of this application is hosted here.
git clone https://github.com/ghoshnirmalya/nextjs-graphcms
From the project root, we can run the following command to install all the dependencies:
yarn install
From the project root, we can run the following command to start our Node.js packages:
yarn dev
The above command will start the development server on http://localhost:3000/.
From the project root, we can run the following command to build our application:
yarn build
This project is licensed under the MIT License.