nicnocquee / test-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Maps API

Maps application.

Note: insert a valid Google Maps API Key in src/Map.js for better visualization.

Building and running on localhost

First install dependencies:

npm install

To start developing:

npm start

Production Build

To create a production build:

npm build

You can find the output files in dist directory

Used Tools

  • Parcel to bundle the web application.
  • Babeljs to compile javascript files.

About


Languages

Language:JavaScript 75.5%Language:HTML 14.1%Language:CSS 10.4%