By default, Next.js will automatically create routes for any .js
files inside of a projects pages
directory. In this lesson, we’ll get a first-hand look at this and see just how quickly Next.js’ built-in router makes the process of getting started.