Help with Live Maps (Beta)

350
1
02-10-2018 01:55 PM
MaddyKelley
New Contributor

https://www.arcgis.com/home/item.html?id=d74ca978920a4f31aab9fdbc4ff1ef1a

Hey there, I am interested in the Live Maps (beta) app. I downloaded the zipped folder from GitHub and unzipped it. I am new to this process and don't understand the next step:

https://github.com/SpatialAgent/live-maps

"Copy the unzipped folder containing the web app template files, such as index.html, to your web server. You can rename the folder to change the URL through which users will access the application. By default the URL to the app will be http://<Your Web Server>/<app folder name>/index.html"

If anyone could provide help on how to accomplish this step I would greatly appreciate it! Side note, I have worked with the WebApp Developer SDK. I am wondering if I can import this app:

Tags (1)
0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor

That step is referring to copying the file to your web server's root directory. Here's some more info about web servers. 

System Requirements | ArcGIS API for JavaScript 4.6 

And details on how to set one up: 

a simple guide for getting a local web server set up · GitHub