Skip to content

kulsumansari/nextjs-routing

Repository files navigation

Building your Next.js application with App router : Routing

Next.js 13 has introduced the app router. App Router organizes routes within the app folder. The file-based App router follows slightly different conventions while creating routes. Checkout the medium blog to know more about routing in app router.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, clone the project and install dependecies using npm install .

The, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published