Skip to content

Testing updates for ArcGIS JSAPI Template App Update

Notifications You must be signed in to change notification settings

odoe/jsapi-cli-template-app

Repository files navigation

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 Jest.

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

Testing updates for ArcGIS JSAPI Template App Update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages