https://github.com/ianhomer/try-nextjs
Explore Next.js - React powered JavaScript web application framework
https://github.com/ianhomer/try-nextjs
explore javascript nextjs react
Last synced: 3 months ago
JSON representation
Explore Next.js - React powered JavaScript web application framework
- Host: GitHub
- URL: https://github.com/ianhomer/try-nextjs
- Owner: ianhomer
- Created: 2020-06-17T07:06:24.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T01:45:04.000Z (3 months ago)
- Last Synced: 2026-01-19T11:34:05.905Z (3 months ago)
- Topics: explore, javascript, nextjs, react
- Language: JavaScript
- Homepage: https://try-nextjs.ianhomer.vercel.app/
- Size: 1.09 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try Next.js
## Getting started
yarn
yarn dev
## Project Bootstrap
Created project with
npm init next-app try-nextjs \
--example \
"https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
See [Learn Next.js](https://nextjs.org/learn).