Skip to content

iglooe/e-commerce-frontend

Repository files navigation

E-Commerce Frontend

This is the front-end for the Admin Dashboard which provides an interface for seller workflows. Built with everything new in Next.js 13.

Warning This project is still in development and is not ready for production use.

It uses new technologies (server actions, prisma ORM) which are subject to change and may break your application.

Tech Stack

Features implemented

  • Validation with Zod
  • Storefront with products, categories
  • Checkout with Stripe Checkout

Running Locally

  1. Clone the repository
git clone [email protected]:iglooe/e-commerce-frontend.git
  1. Install dependencies using npm
npm install
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server (port: 3001)
npm run dev

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Heroku for more information.