https://github.com/tomwayson/hub-events
Example app to query Hub Events
https://github.com/tomwayson/hub-events
Last synced: about 1 year ago
JSON representation
Example app to query Hub Events
- Host: GitHub
- URL: https://github.com/tomwayson/hub-events
- Owner: tomwayson
- Created: 2018-03-06T20:38:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T21:34:47.000Z (over 8 years ago)
- Last Synced: 2025-02-11T16:23:57.778Z (over 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hub Events
An example application to show querying [ArcGIS Hub](http://www.esri.com/arcgis/products/arcgis-hub) Events using [@esri/arcgis-rest-feature-service](https://esri.github.io/arcgis-rest-js/api/feature-service/)
## About
This was built using the super performant `Material` app for preact world using [preact-material-components](https://github.com/prateekbh/preact-material-components)
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).