Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliplet/fliplet-widget-interactive-map
https://github.com/fliplet/fliplet-widget-interactive-map
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-interactive-map
- Owner: Fliplet
- Created: 2019-01-10T10:45:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T12:51:01.000Z (8 months ago)
- Last Synced: 2024-05-01T16:52:41.595Z (6 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 4
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fliplet Interactive Map
**Please note: this widget requires you to run the gulp watcher during development to compile the source files as you save.**
To develop widgets, please follow our [widget development guide](http://developers.fliplet.com).
---
Install dependencies:
```
$ npm install fliplet-cli -g
```---
Clone and run for development:
```
$ git clone https://github.com/Fliplet/fliplet-widget-interactive-map.git
$ cd fliplet-widget-interactive-map$ fliplet run
```Installing gulp, webpack and its plugins:
```
$ npm install
```**Running gulp to continuously build ES6 into JS**:
```
$ npm run watch
```Note: this component requires `com.fliplet.interactive-map` to be the suffix of the widget.json `package` name, e.g. when making changes to it just add a suffix like `com.fliplet.interactive-map.foo-bar`.