odoe / jsapi-cli-template-app

Testing updates for ArcGIS JSAPI Template App Update

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


Languages

Language:TypeScript 36.0%Language:JavaScript 31.6%Language:HTML 18.5%Language:CSS 13.9%