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 |
npx create-next-app@latest
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.