Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.2 KB

Amazon clone using NextJS and TailwindCSS

About

This build is for PAPA React challenge hosted by Sonny Sangha. Thanks, Sonny, for this awesome starter and the challenge! You can visit him and give him support for his incredible work at papareact.com.

The Stack

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