This project was bootstrapped with Create React App.
You need the following two programs installed to use this project
- Git
- Npm
- Clone the repo
$ git clone https://github.com/TTP-Group1/city_tours.git
- Make sure that you are in the root directory of the project, use "pwd" or "cd" for windows
$ cd city_tours
- Install NPM packages
$ npm install
- Make sure that you are in the root directory of the project (again)
$ cd city_tours
$ ls
LICENSE package.json public README.md src
- Run the server
$ npm start
- If you encounter issue in running react app, run this command line and repeat step 2.
$ npm install --legacy-peer-deps
Your web browser should automatically open to the default page of the project