green3g / arcgis-bug-graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArcGIS API for JavaScript Template Application

Usage

This application is written in TypeScript and utilizes the @arcgis/webpack-plugin.

You can develop, test, and build the application using various commands.

Run the application in development mode with a local development server.

npm start

Run the unit tests for the application. Unit tests are written with Intern.

npm test

Build the application for deployment.

npm run build

Run a production build of the application, but serve it up locally to see how the built app will behave.

npm run serve

Use npm run serve to full test that Service Workers are working correctly with webpack-dev-server self signed certifcates. Refer to this article on how to run Chrome with proper flags enabled for development purposes.

About


Languages

Language:TypeScript 45.0%Language:JavaScript 33.9%Language:CSS 13.9%Language:HTML 7.2%