Skip to content

Latest commit

 

History

History
53 lines (23 loc) · 800 Bytes

README.md

File metadata and controls

53 lines (23 loc) · 800 Bytes

Building an e-commerce webapp using React.js, Next.js. Tailwind CSS This project contains authentication, routing, API, redux, Stripe for payment integration. Users can choose products and add/remove items in the basket

Snapshots of project 👇

Alt Text

Installation Steps

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