Skip to content

hugocruzlfc/modal-with-parallel-and-intercepting-routes

Repository files navigation

Description

This is a simple image gallery example that uses a JSON file as a database. The idea is use the parallel interception pattern to load images in this case with Modal

Installation

npm install
  • In other terminal run the following command to start the server:
npx json-server -w data/images.json -p 3500
  • In other terminal run the following command to start the project:
npm start

About

Modal with Parallel & Intercepting Routes in Nextjs and Shadcn-UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published