This project demonstrates a proof of concept for integrating DeckGL with Mapbox using Angular, generated with Angular CLI version 16.2.13.
To get started:
- Install Dependencies: Run
npm install
to fetch all necessary dependencies for the project. - Launch Development Server: Execute
ng serve
to start a development server. Access the application by navigating tohttp://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.