I have downloaded maps covering Europe from OpenMapTiles. I want to use these .mbtile files (vector tiles) in a web application made with Leaflet or Mapbox.
How do I have to serve the .mbtile files so that I can use them in a web application? Do I need to serve them via GeoServer, TileServer? Or can I store the file locally and use this file?