Dummy Product Page using Tailwind CSS and React. This is a simple website built with Tailwind CSS and React that displays an iPhone in 3D model. This project is a fun way to explore Tailwind CSS and its capabilities.
Demo You can see a live demo of this website https://dummy-product-page.netlify.app.
Getting Started To get started, clone this repository to your local machine:
bash Copy code
git clone https://github.com/sameeprana/Dummy-product-page
Then, install the dependencies:
bash
Copy code
yarn
Finally, start the development server:
bash
Copy code
yarn dev
This will open a browser window with the website running at http://localhost:3000.
Building for Production
To build the website for production, run:
bash Copy code
yarn run build
This will create an optimized production build in the build directory.