Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alifarooq9/ecommerce-nextjs

Ecommerce website with nextjs
https://github.com/alifarooq9/ecommerce-nextjs

nextjs react t3-stack typescript

Last synced: 19 days ago
JSON representation

Ecommerce website with nextjs

Awesome Lists containing this project

README

        

# MatteBlack

this is an ecommerce website build on nextjs and t3 stack it is more faster than v1 of this projects

### live website

https://matteblack.alidotm.me

## installation

install node_modules

```sh
npm install
```

prisma migration

```sh
npx prisma db push
```

then

```sh
npx prisma generate
```

run app in dev mode

```sh
npm run dev
```