Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 355 Bytes

reserve-web

WIP: Began development April 29, 2022

To Execute

On first execution, open terminal and enter the following

git clone https://github.com/Reservations-Required/reserve-web.git

Each successive pull from the master branch,

cd server

npm install

npm start

Return to the main directory,

cd client

npm install

npm start