Skip to content

andyhsh/react-google-maps

Repository files navigation

Google Maps with React

Simple driving directions with google maps. To be used in conjunction with with mockApi (you know which one I'm talking about).

image

Main technologies used:

  • React
  • Webpack 4
  • Jest
  • ES6
  • CSS Modules

Installation

npm install

Add a .env file with the following:

GOOGLE_MAPS_API_KEY = <api-key>

Run Tests

npm run test

Run development server

npm run start

Build for distribution

npm run build

About

Driving directions with google maps integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published