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 git@github.com:iglooe/e-commerce-frontend.git- Install dependencies using npm
npm install- Copy the
.env.exampleto.envand update the variables.
cp .env.example .env- Start the development server (port: 3001)
npm run devFollow the deployment guides for Vercel, Netlify and Heroku for more information.