Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 440 Bytes

File metadata and controls

31 lines (19 loc) · 440 Bytes

Amazon 2.0

  1. Next.Js
  2. NextAuth (Google Login)
  3. Tailwind CSS
  4. Firebase (Firestore, Authentication)
  5. Stripe (Payment)
  6. Sementic HTML

Installation Steps

1. Install the latest version of Node.js

2. Install the latest version of npm

Using npm

Run commands

  1. npm install

  2. npm run dev

Or using yarn

Run commands

  1. npm install --global yarn

  2. yarn install

  3. yarn run dev