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.
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
-
Clone this repository to your computer's hard drive.
-
Remove the remote repository
git remote remove origin
-
Update the information in the
package.json
file with your own project's information. -
Add your remote using the
git remote
command.