These instructions will provide a copy of the project running on your local machine for development and testing purposes.
What you need to install the software:
node v12.x
npm 6.14.4 or yarn 1.22.4
parcel (as web server bundle)
git
See all instructions to download parcel here: https://parceljs.org/getting_started.html
Cloning the project:
git clone https://github.com/KZTN/UberMeals.git
Go to the project folder:
cd UberMeals
Getting project dependencies & Run the project:
parcel serve index.html --port 1111
Visit http://localhost:1111/ with your browser to see the result. 🎉