An open API service indexing awesome lists of open source software.

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

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
```