Let’s try editing the starter page.
pages/index.js
with your text editor.<h1>
tag and change it to "Learn".As soon as you save the file, the browser automatically updates the page with the new text:
The Next.js development server has Fast Refresh enabled. When you make changes to files, Next.js automatically applies the changes in the browser almost instantly. No refresh needed! This will help you iterate on your app quickly.
Great job! That’s it for the first lesson.
In the next lesson, we’ll talk about creating more pages and navigating between pages.
You should keep the development server running, but if you want to restart it, hit Ctrl + c to stop the server.