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
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