Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.06 KB

Template: Single page mapping application using ArcGIS API for JavaScript

This is a starter application for creating a single page map application using the ArcGIS Maps SDK for JavaScript, which is built using Vite and TypeScript.

Use

Create new repo on GitHub

Click here and fill in the information for your new application.

More information about templates can be found in this GitHub blog: Generate new repositories with repository templates

Custom (not hosted on GitHub)

  1. Clone this repository to your computer's hard drive.

  2. Remove the remote repository

    git remote remove origin
  3. Update the information in the package.json file with your own project's information.

  4. Add your remote using the git remote command.