A single-page app for importing CSV data into the browser for display with the Google Maps API. The initial code credits from the YouTube tutorial modified.
- Google Maps JavaScript API (Geocoding API & Directions API)
- Generating PDFs Client-side
- JavaScript ES6 Syntax
- JavaScript Promises
- HTML5 Web Storage
- Clone the repo and open the project.
- Run
npm install
to install dependencies. - Run
cp .env.example .env
and add your Google Maps Platform API key.
Run npm run dev
to run the project using webpack-dev-server.
Run npm run build
to compile and generate build files in ./dist
.