Skip to content

abhishek-123-code/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Demo (React)

This folder contains a small React scaffold created with Vite for classroom/demo use.

How to run (Windows PowerShell):

  1. Open PowerShell in d:\classroom\day13\amazon
  2. Install dependencies:
npm install
  1. Start dev server:
npm run dev

Open the shown local URL (usually http://localhost:5173) in your browser.

Notes:

  • This is a minimal scaffold. If you prefer Create React App, run npx create-react-app my-app instead.
  • The project uses Vite. If you run into plugin errors, ensure @vitejs/plugin-react is installed (it is included in package.json devDependencies).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published