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

https://github.com/refcell/next-learn-demo

Next.js Learning Demo Repo
https://github.com/refcell/next-learn-demo

amp client-side-rendering nextjs pre-rendering reactjs server-side-rendering

Last synced: 2 months ago
JSON representation

Next.js Learning Demo Repo

Awesome Lists containing this project

README

        

# nextjs.org/learn demo content

This repository is meant to be used with the Next.js tutorial on https://nextjs.org/learn.

## Setup

There are two ways to start using this repository:

- [**Download a zipped version of this repository**](https://github.com/zeit/next-learn-demo/archive/master.zip)

- **Clone the repository with git** by running the following command:
```bash
git clone [email protected]:zeit/next-learn-demo.git
```