amzn-web
An open source Amazon clone built using the t3-stack.
File Explorer
Download Latest Version (.zip)- schema.prisma
- advertisement-one.webp
- hero-carousel-five.webp
- hero-carousel-four.webp
- hero-carousel-one.webp
- hero-carousel-six.webp
- hero-carousel-three.webp
- hero-carousel-two.webp
- logo-black.png
- logo-white.png
- favicon.ico
- screenshot.png
- CompactLayout.tsx
- DefaultLayout.tsx
- Footer.tsx
- Meta.tsx
- Navbar.tsx
- DeactivatedScreen.tsx
- ErrorScreen.tsx
- LoadingScreen.tsx
- RestrictedScreen.tsx
- Button.tsx
- FileInput.tsx
- Table.tsx
- ToastWrapper.tsx
- Cart.tsx
- CategoryList.tsx
- ConfirmationModal.tsx
- Hero.tsx
- ProductList.tsx
- Searchbar.tsx
- client.mjs
- schema.mjs
- server.mjs
- [...nextauth].ts
- [trpc].ts
- og.tsx
- restricted.ts
- stripe-webhook.ts
- index.tsx
- prime.tsx
- update.tsx
- [category].tsx
- index.tsx
- index.tsx
- [orderId].tsx
- index.tsx
- [productId].tsx
- index.tsx
- index.tsx
- [orderId].tsx
- index.tsx
- [productId].tsx
- add.tsx
- index.tsx
- [userId].tsx
- index.tsx
- index.tsx
- 404.tsx
- _app.tsx
- _document.tsx
- index.tsx
- cloudinary.ts
- get-server-auth-session.ts
- client.ts
- client.ts
- stripe-webhook-handlers.ts
- index.ts
- orders.ts
- products.ts
- users.ts
- _app.ts
- orders.ts
- products.ts
- stripe.ts
- users.ts
- context.ts
- trpc.ts
- cart.ts
- customtable.module.css
- globals.css
- searchbar.module.css
- globals.ts
- next-auth.d.ts
- format.ts
- render.tsx
- trpc.ts
- .env.example
- .eslintrc.json
- .gitignore
- next.config.mjs
- package.json
- postcss.config.cjs
- prettier.config.cjs
- README.md
- tailwind.config.cjs
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/sadmann7/amzn-web
Downloads the entire project code from GitHub to your computer.
cd amzn-web
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn run dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
