Skip to content

Full Stack E-Commerce App with Next 13, React, Sanity, Stripe, & TailwindCSS

Notifications You must be signed in to change notification settings

Md-Zainulabdin/e-commerce-sanity

Repository files navigation


Project Banner

A Full Stack Next 14 Ecommerce App

Unleash Innovation in Every Byte.
  • Node.js
  • Next.js
  • TypeScript
  • TailwindCSS
  • Shadcn
  • Sanity

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/your-username/your-project.git
cd your-project

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=""
CLERK_SECRET_KEY=""
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

Replace the placeholder values with your actual credentials

Running the Project

npm start

Open http://localhost:3000 in your browser to view the project.

About

Full Stack E-Commerce App with Next 13, React, Sanity, Stripe, & TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published