Congratulations on completing the initial setup! Now it's time to customize the starter files and start developing your Next.js app.
The provided starter files are there to guide you. Feel free to clean up or remove files that were added for explanation purposes. You can delete routes or components that are not relevant to your project.
Navigate to the app
directory to begin building your application. This directory is where you'll find the core components and structure of your Next.js app. Explore and modify files based on your project requirements.
page.tsx
file. This will effectivley act as your home page.middleware.ts
file to add protected routes. If an unauthorized user lands on a route they shouldn't, your app will make them login first!about
folder, protected
folder, and the step
folder are there for demonstration purposes. Feel free to trash those too, or use them if you want! (You'll probably just trash them though...)