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: about 1 month 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 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:15:03.000Z (6 months ago)
- Last Synced: 2024-10-29T11:40:07.952Z (6 months ago)
- Topics: explore, javascript, nextjs, react
- Language: JavaScript
- Homepage: https://try-nextjs.ianhomer.vercel.app/
- Size: 743 KB
- Stars: 2
- Watchers: 2
- 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).