Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.42 KB

Next.js App Router Parallel Routes: Explained With Projects

The source code in this repository has been used to teach a Next.js topic. Please find the video here:

image

🫶 Support

Liked it? You can show your support with a STAR(⭐).

Many Thanks to all the Stargazers who have supported this project with stars(⭐)

Thanks to all stargazers

Sponsor My Work

I am an independent educator who creates meaningful projects to teach programming. You can support me further by sponsoring me on GitHub.

Running the app locally

First, install the dependencies

npm install
# or
yarn
#or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Learn More

To learn more about Next.js, take a look at the following resources: