Web application where users can order food delivery
This app can be downloaded or cloned.
It`s at the link (https://github.com/tatyanka-study/hometask-shop.git).
To download follow the link
-
Download ZIP file from the link: There will be a green button with the inscription (< > Code). When you click it? you`ll see drop-down list inside which is the last item (Download ZIP). Click it and save the file.
-
Open downloaded folder with files in code editor: Unzip the downloaded file and open it in a code editor. For example, in Visual Studio Code. Since the application is written using the React library it must be installed in your code editor. If not, install it.
-
You must install dependencies from
package.json
. To do this, open a terminal in a code editor and write in it:
npm install
- To launch a working application in a browser, write the command in the terminal:
npm start
Open http://localhost:3000 to view it in your browser.
- To stop the application, press
CTRL+C
To clone
-
Select the folder on your device where you want to place the application.
-
Open
Git Bash
: Right-click in the selected folder. A context menu will open and selectGit Bash
in it. -
Type
git clone
, and then paste the URL of this delivery app:
git clone https://github.com/tatyanka-study/hometask-shop.git
-
Press
Enter
. -
You must install dependencies from
package.json
. To do this, open a terminal in a code editor and write in it:
npm install
- To launch a working application in a browser, write the command in the terminal:
npm start
Open http://localhost:3000 to view it in your browser.
- To stop the application, press
CTRL+C