This workspace contains multiple Next.js app examples and experiments.
first-nextjs-app— a simple Next.js app with basic pages like home, about, and contact.next-app— a more advanced Next.js app with dynamic routes, loading states, and reusable UI components.
- Open the project folder you want to work in.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the local URL shown in the terminal, usually:
http://localhost:3000
- Each app has its own
package.jsonand can be run independently. - This root README is intended as a quick overview of the workspace.