Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
/ mist-drive Public archive

City of Vernonia ArcGIS JavaScript template application.

License

Notifications You must be signed in to change notification settings

CityOfVernonia/mist-drive

Repository files navigation

mist-drive

build status GitHub tag (latest SemVer)

City of Vernonia ArcGIS JavaScript template application.

Usage

This repository is setup as a template.

  1. Click the Use this template button.
  2. Create a new repository.
  3. Clone.
  4. Install...
npm install

Development

npm start

Scaffold a New Widget

npm run widget -- --name=<YourWidgetName>

Build

npm run build

Test

npm run test