Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alifarooq9/ecommerce-nextjs
- Owner: alifarooq9
- Created: 2022-09-06T01:57:00.000Z (over 2 years ago)
- Default Branch: v2
- Last Pushed: 2022-12-25T16:01:21.000Z (about 2 years ago)
- Last Synced: 2024-11-02T05:42:13.488Z (2 months ago)
- Topics: nextjs, react, t3-stack, typescript
- Language: TypeScript
- Homepage: https://matteblack.alidotm.me
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```