Part 2 install our first app (Next.JS) - CodeZetta - كود زيتا - نيكست
In part 2 of our tutorial series, we'll show you how to install our first app, using Next.js technology. Get ready to dive into the world of Next.js!
00:00 Recape
00:50 Install commands
01:50 App routing
02:00 Continue install
03:30 Run our first app
04:30 Recape on Commands
commands
1- npx create-next-app@latest
2- cd app-name
3- npm run dev