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.
- Framework: Next.js
- Styling: Tailwind CSS
- ORM: Prisma
- UI Components: shadcn/ui
- Payments infrastructure: Stripe
- Validation with Zod
- Storefront with products, categories
- Checkout with Stripe Checkout
- Clone the repository
git clone [email protected]:iglooe/e-commerce-frontend.git
- Install dependencies using npm
npm install
- Copy the
.env.example
to.env
and update the variables.
cp .env.example .env
- Start the development server (port: 3001)
npm run dev
Follow the deployment guides for Vercel, Netlify and Heroku for more information.