Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 923 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 923 Bytes

React and Node Food Order app

Getting Started: Follow these instructions to get the project up and running on your local machine.

Prerequisites: Node.js and npm installed on your machine.

Installation: Clone the repository to your local machine:

[email protected]:DProcrastinator/Food-Order-App.git

Navigate to the project directory: cd Food-Order-App

Install the required dependencies: npm install

Once the installation is complete, you can run the game using: npm run dev

Navigate to the backend directory: cd backend Install the required dependencies for backend: npm install

Once the installation is complete start the backend server by: npm start

This will start the development server for both backend and frontend. Preview:

image