https://github.com/tomwayson/esri-wmr
https://github.com/tomwayson/esri-wmr
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomwayson/esri-wmr
- Owner: tomwayson
- Created: 2021-01-24T18:55:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T19:03:51.000Z (over 5 years ago)
- Last Synced: 2025-02-11T16:24:02.011Z (over 1 year ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esri WMR
This is an example of how to use the [ArcGIS API for JavaScript](https://developers.arcgis.com/javascript/) in a [Preact](https://preactjs.com/) application that has been bootstraped with [WMR](https://github.com/preactjs/wmr).

## Available Scripts
### yarn start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
### yarn build
create a production build in the `dist/` folder.
### yarn serve
Serve that production build for easy local testing.
See the [WMR documentation](https://github.com/preactjs/wmr) for more information.