CodingNic

Next.js Project Foundation

Run the Starter Project

Next.js Project Foundation 20 min read

Run the Starter Project

Run the Starter Project

Open the starter project’s README.md, install the dependencies, and start the Next.js development server.

bash
npm install
npm run dev

Open the local development URL and inspect the Convert, Rates, Favorites, and History routes.

Test it

Confirm that the application starts and that the main routes render without a build error.

Checkpoint

You can run the starter locally and identify the four main application routes.