This is the frontend for my full stack E-commerce website hosted at https://wireviewfrontend1.vercel.app/
The design inspiration for this project is taken from the Shopify Woodstock theme.
Before you begin, ensure you have the following installed on your machine:
- Clone the repository to your local machine:
git clone https://github.com/hiteshmishra2103/wireviewfrontend1.git
- Navigate to the project directory
cd wireviewfrontend1
- Install Dependencies
npm install
Configure Environment Variables:
1. Create a .env
file at the root of your project directory
2. Replace placeholders with your values:
Variable | Description | Example |
---|---|---|
NEXT_PUBLIC_SERVER_URL |
URL of Wireview server | http://localhost:3000 |
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME |
Your Cloudinary cloud name | your-cloud-name |
NEXT_PUBLIC_PUBLISHABLE_KEY |
Stripe key | your-publishable-key |
NEXT_PUBLIC_UPLOAD_PRESET |
Cloudinary upload preset | your-upload-preset |
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to view the project.
Mobile View | Desktop View |
---|---|
Mobile View | Desktop View |
---|---|
Mobile View | Desktop View |
---|---|
Mobile View | Desktop View |
---|---|
Mobile View | Desktop View |
---|---|