Skip to content

mistidinzy/next13-crashcourse

Repository files navigation

Next.js 13 Crash Course Project

MistiDinzyshield badge


Tutorial by: Traversy Media


*Hello World! The official React docs no longer recommend using create-react-app.

So in order to get more familiar with NextJS, I built this project from scratch, while following along with these resources from Brad Traversy⤵️*

Resources & Links!
Written Walkthrough YouTube Video Tutorial

Getting Started

To create a new NextJS project:

npx create-next-app@latest

To run the development server:

npm run dev
# or
yarn dev

Open http:https://localhost:3000 with your browser to see the result.


Learn More


Deploy on Vercel

Deployed Vercel Site

Deployed Netlify Site


Other Project Resources