Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Sample application built using GraphCMS, Next.js and TailwindCSS
https://github.com/ghoshnirmalya/nextjs-graphcms

graphcms graphcms-api graphql nextjs

Last synced: 11 days ago
JSON representation

Sample application built using GraphCMS, Next.js and TailwindCSS

Awesome Lists containing this project

README

        


Logo



Twitter: Nirmalya Ghosh

This is a sample application built using [Next.js](https://nextjs.org/) and [GraphCMS](https://graphcms.com/).

**Table of Contents**

- [Overview](#overview)
- [Demo](#demo)
- [Requirements](#requirements)
- [Installation](#installation)
- [1. **Clone the application**](#1-clone-the-application)
- [2. **Install the dependencies**](#2-install-the-dependencies)
- [3. **Start the development server**](#3-start-the-development-server)
- [Building the application](#building-the-application)
- [License](#license)

## Overview

This sample application uses [Next.js](https://nextjs.org/) to render data from [GraphCMS](https://graphcms.com/). It uses [TailwindCSS](https://tailwindcss.com/) for styling.

## Demo

A demo of this application is hosted [here](https://nextjs-graphcms.vercel.app/).

## Requirements

1. [Node.js](https://nodejs.org/)
2. [npm](https://www.npmjs.com/)

## Installation

### 1. **Clone the application**

```sh
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:

```sh
yarn install
```

### 3. **Start the development server**

From the project root, we can run the following command to start our Node.js packages:

```sh
yarn dev
```

The above command will start the development server on [http://localhost:3000/](http://localhost:3000).

## Building the application

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

```sh
yarn build
```

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).