Import CSV Data for Google Maps API (Tutorial)

A single-page app for importing CSV data into the browser for display with the Google Maps API. The final code from the YouTube tutorial.

What You Can Learn

Getting Started

  1. Clone the repo and open the project.
  2. Run npm install to install dependencies.
  3. Run cp .env.example .env and add your Google Maps Platform API key.

Development

Run npm run dev to run the project using webpack-dev-server.

Build

Run npm run build to compile and generate build files in ./dist.

Development Tools and Libraries

Resources