A simple food order application built with React.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the app in your browser:
http://localhost:5173/grandmas-kitchen
- Change directory to the backend folder:
cd backend
- Install dependencies:
npm install
- Start the server:
npm start