An open API service indexing awesome lists of open source software.

https://github.com/bundui/ecommerce-starter-kit

Next.js starter kit with the tools you need to quickly launch your e-commerce.
https://github.com/bundui/ecommerce-starter-kit

ecommerce nextjs react shadcn-ui starter-kit tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Next.js starter kit with the tools you need to quickly launch your e-commerce.

Awesome Lists containing this project

README

          

# EcommerceKit

EcommerceKit is the Next.js starter kit that includes the tools you need to quickly launch your e-commerce website. It includes the components and blocks you need. It also includes an authentication system, mailing integration, and many third-party packages.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Preview:
![alt text](https://github.com/bundui/ecommerce-kit/blob/main/public/preview.png?raw=true "EcommerceKit Preview")