Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.07 KB

CARTO VL & Airship demo

🍱 A tiny React app showing up how to connect CARTO VL with Airship 🍱

app Thumb

Airship is a set of tools designed to facilitate the development of location intelligence apps by offering layouts, basic patterns, templates, CSS classes, components, widgets and much more.

CARTO VL is a JavaScript library that interacts with different CARTO APIs to build custom apps leveraging vector rendering.

The app is built with the react-mapbox-gl wrapper, and rendering layers using CARTO VL algorithms.

Steps

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
git clone https://github.com/dotgiscorp/CARTO-VL-Airship-demo.git
  • Then install the dependencies:
npm install
  • Start, check => localhost:8080
npm start