/deckgl-angular-poc

A proof of concept for integrating DeckGL and Mapbox in an Angular project

Primary LanguageTypeScript

DeckGL and Mapbox Integration POC

This project demonstrates a proof of concept for integrating DeckGL with Mapbox using Angular, generated with Angular CLI version 16.2.13.

Setting Up the Development Environment

To get started:

  1. Install Dependencies: Run npm install to fetch all necessary dependencies for the project.
  2. Launch Development Server: Execute ng serve to start a development server. Access the application by navigating to http://localhost:4200/ in your web browser. The app will automatically refresh whenever you make changes to the source files, allowing for a smooth development experience.

This README provides the basic steps to get the project up and running on your local machine for development and testing purposes.