Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrehan2/next-js-15
https://github.com/abrehan2/next-js-15
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrehan2/next-js-15
- Owner: abrehan2
- Created: 2024-07-13T16:27:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T12:55:54.000Z (5 months ago)
- Last Synced: 2024-07-15T09:01:46.020Z (5 months ago)
- Language: TypeScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 15
This repository is utilized for exploring new features in Next.js 15. It uses the experimental version and is for testing and learning only.
## Getting Started
To get started, clone the repository and run the following commands:
```bash
npm install
npm run dev
```Open http://localhost:3000 to view the app in the browser.