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
- Host: GitHub
- URL: https://github.com/refcell/next-learn-demo
- Owner: refcell
- Created: 2019-09-21T21:25:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T13:20:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T17:34:47.236Z (4 months ago)
- Topics: amp, client-side-rendering, nextjs, pre-rendering, reactjs, server-side-rendering
- Language: HTML
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Codeowners: .github/CODEOWNERS
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
```