From the course: Next.js 14 from Scratch: Build a Real-World Project Using Next.js 14 and MongoDB
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
New project and folder structure - Next.js Tutorial
From the course: Next.js 14 from Scratch: Build a Real-World Project Using Next.js 14 and MongoDB
New project and folder structure
All right guys, so we're gonna get started here, and if you've taken any of my courses before you know that I'm very hands-on very project-based So we don't spend too much time in slides and things like that. We just jump right into the code So we're gonna go ahead and create our next JS application. We're gonna use the create next app utility so this is the next js org dot org website and this is where you can find all the official documentation and And as I say with every course, I suggest that you use the documentation as a supplement to the course. So if you want to read more into something, you can always come and search the docs. That'll always be the most up-to-date information. All right, now on my desktop, you'll see I have this underscore theme files. So these are the HTML files that make up the UI. And throughout the course, I'll be taking some of the HTML from here, also the images, for instance. We have all the images, all the property images. That stuff is going to be in…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
New project and folder structure6m 13s
-
(Locked)
Layout, homepage, and metadata10m 47s
-
(Locked)
File-based routing7m 16s
-
(Locked)
Server vs. client components and router hooks9m 44s
-
(Locked)
Start on the navbar10m 3s
-
(Locked)
Navbar links, drop-downs, and React icons12m 28s
-
(Locked)
Active links and conditional rendering11m 48s
-
(Locked)
Homepage components15m 45s
-
(Locked)
Properties page7m 26s
-
(Locked)
Property card dynamic data14m 41s
-
(Locked)
Home property listings7m 42s
-
(Locked)
Custom not found and loading pages5m 58s
-
(Locked)
-
-
-
-
-
-
-
-