Deploy in VERCEL Click Here!
Download or Clone
git clone https://github.com/livealvi/Ecommerce--Full-Stack--NEXT-App.git
cd Ecommerce--Full-Stack--NEXT-App
npm i
#or
npm install
#or
yarn add
create .env
file from .env.example
need Stripe & Sanity
- Token - Sanity
- Publishable key - Stripe
- Secret key - Stripe
Build & Run the project
First, run the development server:
npm run dev
#or
yarn dev
Open http://localhost:3000 with your browser to see the result.