Skip to content

ghoshnirmalya/nextjs-graphcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Twitter: Nirmalya Ghosh

This is a sample application built using Next.js and GraphCMS.

Table of Contents

Overview

This sample application uses Next.js to render data from GraphCMS. It uses TailwindCSS for styling.

Demo

A demo of this application is hosted here.

Requirements

  1. Node.js
  2. npm

Installation

1. Clone the application

git clone https://github.com/ghoshnirmalya/nextjs-graphcms

2. Install the dependencies

From the project root, we can run the following command to install all the dependencies:

yarn install

3. Start the development server

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/.

Building the application

From the project root, we can run the following command to build our application:

yarn build

License

This project is licensed under the MIT License.

About

Sample application built using GraphCMS, Next.js and TailwindCSS

Topics

Resources

Stars

Watchers

Forks