Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 571 Bytes

Next.js App Router Course - Starter

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.

Inside that directory, you can run several commands:

pnpm run dev Starts the development server.

pnpm run build Builds the app for production.

pnpm start Runs the built app in production mode.

We suggest that you begin by typing:

cd sync-my-bookmarks-extension-v2 pnpm run dev