-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to run the web application on your local computer
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Restoz | ||
|
||
**How to Run the project locally:** | ||
|
||
|
||
1. Download project as a zip OR clone the repository on you local machine if preferred | ||
2. Extract files from zip folder | ||
3.Open folder with an IDE | ||
4. Navigate to the folder path in the terminal within your IDE | ||
4.Initiate a nom repository using “npm init” in the terminal | ||
5.Install node modules with “npm i” using the terminal | ||
6.Run the command “ npm run dev” to start the application with vote on your local server | ||
|
||
N.B: When testing out the restaurant locator, it may help to add city names along with the country (e.g Port Louis, Mauritius) to generate data due to API limitations. Not all countries have data. | ||
|