https://github.com/rishav394/next-learn-demo
Next JS official Tutorial files
https://github.com/rishav394/next-learn-demo
Last synced: 8 months ago
JSON representation
Next JS official Tutorial files
- Host: GitHub
- URL: https://github.com/rishav394/next-learn-demo
- Owner: rishav394
- Created: 2019-09-11T07:33:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T01:21:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T13:25:49.958Z (over 1 year ago)
- Language: JavaScript
- Size: 251 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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 git@github.com:zeit/next-learn-demo.git
```