This is an application that helps you find the greatest food ever known, Ramen, in 1 click.
Please make sure to install Node version >=8.11.3 and npm version >=5.6.0.
Clone the remote repository:
git clone https://github.com/joeysherman/noodletime.git
npm install
or with Yarn
yarn
When the dependencies are done installing use npm run start
or yarn run start
to get the development server up and running.
After the server loads you should be greeted with:
Server started ✓
Access URLs:
-----------------------------------
Localhost: http://localhost:3000
LAN: http://192.168.0.114:3000
-----------------------------------
Press CTRL-C to stop
webpack built 0cb0dd20aa6799481075 in (time varies) ms
- React Boilerplate - Repo
- Yelp API - Yelp Docs
- Google Maps - Maps Docs
- Google Places - Places Docs
- GeoLocation API - GeoLocation Docs
This project is licensed under the MIT License - see the LICENSE.md file for details.