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

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…

Contents