Skip to content

docs: add explicit run commands to Shopping Cart README#4

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/update-shopping-cart-commands
Draft

docs: add explicit run commands to Shopping Cart README#4
Copilot wants to merge 2 commits into
mainfrom
copilot/update-shopping-cart-commands

Conversation

Copilot AI commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

Users had no clear, step-by-step instructions for running the Shopping Cart app — the README only had a condensed code block without numbered steps or subsection headings.

Changes

  • Shopping_Cart/README.md: Replaced the compact "Getting Started" block with a structured PrerequisitesInstallation & SetupRunning the Application flow, matching the pattern established in Todo_List/README.md
    • Numbered steps for cd + npm install
    • Separate subsections for dev server, production build, and preview
    • Explicit localhost URL callout
# 1. Navigate
cd Shopping_Cart

# 2. Install
npm install

# 3. Run
npm run dev
# → http://localhost:5173/

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Prithvee112 <109915548+Prithvee112@users.noreply.github.com>
Copilot AI changed the title [WIP] Add commands to run shopping cart app docs: add explicit run commands to Shopping Cart README Feb 23, 2026
Copilot AI requested a review from Prithvee112 February 23, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants