Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/brycedorn/svelte-reactive-map-list

Demo of Svelte component with a responsive map 🗺
https://github.com/brycedorn/svelte-reactive-map-list

example javascript map mapbox mapbox-gl mapbox-gl-js parcel-bundler parceljs svelte svelte3

Last synced: 2 months ago
JSON representation

Demo of Svelte component with a responsive map 🗺

Lists

README

        

# svelte-reactive-map-list

As part of a Svelte [tutorial](https://dev.to/bryce/an-interactive-scrolling-map-list-in-svelte-34c3).

[Demo](https://brycedorn.github.io/svelte-reactive-map-list/).

## Local development

```bash
npm install
npm start
```

Navigate to [localhost:1234](http://localhost:1234).

Hot reloading is enabled in Parcel by default; if you edit a file in `src` the page will reload with your changes.

## Deployment

All commits to master branch trigger a CI build to push to GL pages.