Yelp Search Client
WhereTo is a beautiful Yelp search client to help you find great places.
These instructions will get you a copy of the project up and running on your local machine for development.
Things you need to install beforehand:
- npm - Javascript package manager.
- WhereTo Backend - WhereTo's backend repo. It's prefered that you install this first.
Open terminal and run the following lines of code to clone and run this project.
$ git clone https://github.com/SeeYouSpaceCowboy/yelp-search-reactjs.git
$ cd whereto
$ npm i
$ npm start
This project should now be running locally on port 3000
.
WhereTo consists of a front-end and a back-end. For this project to run you have to have both projects installed and running locally at the same time.
If haven't already, you should now clone and install the back-end of this project; instructions here.
- Create React App - Create React apps with no build configuration.
WhereTo was built by Mohammed Chisti.