Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 398 Bytes

Grandma's Kitchen

A simple food order application built with React.

Usage

Frontend

  1. Install dependencies: npm install
  2. Start the development server: npm run dev
  3. Open the app in your browser: http://localhost:5173/grandmas-kitchen

Backend

  1. Change directory to the backend folder: cd backend
  2. Install dependencies: npm install
  3. Start the server: npm start