This folder contains a small React scaffold created with Vite for classroom/demo use.
How to run (Windows PowerShell):
- Open PowerShell in
d:\classroom\day13\amazon - Install dependencies:
npm install- Start dev server:
npm run devOpen 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-appinstead. - The project uses Vite. If you run into plugin errors, ensure
@vitejs/plugin-reactis installed (it is included in package.json devDependencies).