Skip to content

israelmitolu/iphone-15-pro

Repository files navigation

iPhone 15 Pro and iPhone 15 Pro Max

This is a clone of the iPhone 15 Pro and iPhone 15 Pro Max website

Snapshot 📸

Snapshot of the iPhone 15 Pro website

Tech Stack ✨

How to run locally 💻

Follow these steps to run Digitaly in your local machine.

Clone this repository

git clone https://github.com/israelmitolu/iphone-15-pro.git

Navigate to directory

cd iphone-15-pro

Install dependencies

npm install

Run

Run the development server to view the app.

npm run dev

Now, you can navigate to http://localhost:5173/ to view the app.

Build

npm run build