Dashboard and CMS Live app - https://ecommerce-dashboard-cms.vercel.app/
Store Live page - https://ecommerce-store-theta-gray.vercel.app/
This repository hosts the frontend component of my Ecommerce-app project. The platform showcases a diverse array of products, thoughtfully categorized and complemented by engaging billboards. Furthermore, the application seamlessly incorporates a cart feature, integrated with Stripe for efficient payment processing.
Node version 14.x
git clone https://github.com/abishek-as/ecommerce-store
npm i
NEXT_PUBLIC_API_URL=
Paste the backend URL in NEXT_PUBLIC_API_URL
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |