Scaffold a Web App with a Next.js 13 Template

InstructorDaniel Phiri

Share this video with your friends

Send Tweet

We will start our website development by creating a new modern CMS client app with a Next.js 13 template that comes with pre-made components and uses Tailwind CSS to style it.

You'll notice as you dig through the files in this template that next.config.js has an experimental appDir flag set to true. This will allow us to use the new features that ship with Next 13.

Victor
~ 10 months ago

Hi! quick question: are there plans to update the template being used to 13.4.x? The template shown in the video is still using "next": "13.3.1". Another thing: what´s your opinion on the use of the src directory in next? Is that important at all? Thanks!