patriciob00 / live-location-monitor

An Easy way to find an available service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Location Monitor

A tool that finds services to you

Live Location Heroku Online

Table of Contents

  1. Installation
  2. Running
  3. Advices

Installation

after you start running this project, have sure that follow these steps:

  • Node version:

    to run this project, have sure that you have Node v10.11.0 or higher installed on your machine.

  • after downloading or cloning this repo, execute the command below

npm install

or

yarn install

after download and install all the dependencies, do the following:

  • create a file on the root of the application called .env

  • On the .env file, insert this:

       REACT_APP_GQL_API = // url from graphql endpoint
    

and save the file.

##Running

to running the application, inside the project folder, type these command

npm start

or

yarn start

##advices

maybe a little bug can occur when map are loaded, maybe the map can have a part 'cutted', this is a know bug, but the reason still not be identified, but when occurs, just open the 'console' of navigator and close, in a MacBook just type cmd + alt + i using chrome, and window just click in F12 button.

Some features and elements can not be supported by Safari Browser.

About

An Easy way to find an available service


Languages

Language:JavaScript 72.4%Language:CSS 23.9%Language:HTML 3.1%Language:Dockerfile 0.6%