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: about 1 month ago
JSON representation
Demo of Svelte component with a responsive map 🗺
- Host: GitHub
- URL: https://github.com/brycedorn/svelte-reactive-map-list
- Owner: brycedorn
- Created: 2019-12-24T21:11:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T13:34:28.000Z (over 1 year ago)
- Last Synced: 2025-04-07T03:52:15.171Z (6 months ago)
- Topics: example, javascript, map, mapbox, mapbox-gl, mapbox-gl-js, parcel-bundler, parceljs, svelte, svelte3
- Language: Svelte
- Homepage: https://bryce.io/svelte-reactive-map-list
- Size: 2.44 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-reactive-map-list
As part of a Svelte [tutorial](https://dev.to/bryce/an-interactive-scrolling-map-list-in-svelte-34c3).
[](https://github.com/brycedorn/svelte-reactive-map-list/actions/workflows/deploy.yml)
[Demo](https://brycedorn.github.io/svelte-reactive-map-list/).
## Local development
```bash
cp .env.example .env
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.