/drivers_orders

Google Maps drivers / orders proximity app

Primary LanguageTypeScript

Googlemaps driver location / order app

Requirements

  • node ^8.9.x - preferably installed with nvm, which can be installed with Homebrew
  • npm ^5.5.1 - comes built-in with node
  • yarn ^1.3.2 - check install method here

Steps to run

  • make sure the requirements above are met
  • clone this repo
  • run yarn to install dependencies
  • run yarn start to run the app with dev server - app will be running at http://localhost:4000
  • run yarn build to build the app - bundle.js and index.html are generated in '/dist' folder
  • run yarn test to run tests
  • run yarn test:coverage to review test coverage