https://github.com/leoziondev/yt-jm-fullstack-nextjs15-crash-course
https://github.com/leoziondev/yt-jm-fullstack-nextjs15-crash-course
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leoziondev/yt-jm-fullstack-nextjs15-crash-course
- Owner: leoziondev
- Created: 2025-02-21T13:12:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:32:24.000Z (over 1 year ago)
- Last Synced: 2025-03-02T06:41:07.587Z (over 1 year ago)
- Language: TypeScript
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 15 Crash Course | Build and Deploy a Production-Ready Full Stack App
## Tecnologies
- Next JS 15 Latest
- Auth JS
- Github Provider
- Sanity
- Shadcn UI
- Tailwind v4
## Getting Started
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Reference Youtube Tutorial
[Next.js 15 Crash Course | Build and Deploy a Production-Ready Full Stack App](https://www.youtube.com/watch?v=Zq5fmkH0T78&t=650s)