This repository contains the source code and assets for an iPhone landing page built using Vite, React, WebGL (Three.js), and GSAP.
You can check out the live preview of the iPhone landing page here.
- Interactive 3D iPhone model rendered using WebGL (Three.js)
- Animations and transitions powered by GSAP
- Responsive design for optimal viewing on various devices
- Modern development workflow using Vite and React
-
Clone the repository:
git clone https://github.com/ashishxcode/iproduct.git
-
Navigate to the project directory:
cd iphone-landing-page
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
This will start the development server and open the app in your default browser. Any changes you make to the source code will automatically trigger a hot-reload.
-
To build the production-ready bundle, run:
npm run build
The optimized build will be available in the
dist
directory.
This project is licensed under the MIT License.
That's it! Feel free to customize the README file according to your specific project details and requirements.