https://github.com/tomwayson/mwd-jsapi
Dev Summit 2016 Workshop Slides for Modern Web Development with the ArcGIS API for JavaScript and Web AppBuilder
https://github.com/tomwayson/mwd-jsapi
Last synced: 9 months ago
JSON representation
Dev Summit 2016 Workshop Slides for Modern Web Development with the ArcGIS API for JavaScript and Web AppBuilder
- Host: GitHub
- URL: https://github.com/tomwayson/mwd-jsapi
- Owner: tomwayson
- Created: 2016-03-05T23:28:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T22:26:09.000Z (over 10 years ago)
- Last Synced: 2025-02-11T16:24:20.605Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://tomwayson.github.io/mwd-jsapi/
- Size: 29.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern Web Development with the ArcGIS API for JavaScript and Web AppBuilder
Slides from a talk given at the DevSummit 2016 Modern Web Development Workshop.
- Slides: http://tomwayson.github.io/mwd-jsapi/#/
## Running the Slides
Download or clone this repository, then run:
```bash
npm install -g grunt-cli # if not already installed
npm install
npm start
```