Making Your First Change
When working with any framework, it is hard to know where to start. This lesson covers some of the most common things developers do after they have bootstrapped a new Next.js application.
We'll cover the following...
Pages
Your project has a home page, as you can see from the rendered version of your app:
What Next.js app will look like when first created
You can see the code that creates this page ...