All Projects → Esri → configurable-app-examples-4x-js

Esri / configurable-app-examples-4x-js

Licence: Apache-2.0 license
Configurable Application Examples using ApplicationBase

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to configurable-app-examples-4x-js

Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (+9.09%)
Mutual labels:  web-development, arcgis-online, arcgis-js-api
time-aware-template
Time Aware is a configurable application template that enables you to display time enabled layers in an ArcGIS web map using a time slider.
Stars: ✭ 20 (-9.09%)
Mutual labels:  web-development, arcgis-online
Viewer
Viewer is a configurable application template that enables you to display an ArcGIS web map using a variety of tools.
Stars: ✭ 56 (+154.55%)
Mutual labels:  web-development, arcgis-online
awesome-arcgis
La mayor recopilación (Wiki) de recursos sobre ArcGIS que encontrarás (organizado por productos, conceptos, ...)
Stars: ✭ 21 (-4.55%)
Mutual labels:  arcgis-online, arcgis-js-api
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (+4.55%)
Mutual labels:  web-development, arcgis-js-api
framework
Cygnite PHP Framework- A Modern Toolkit For Web Developers
Stars: ✭ 43 (+95.45%)
Mutual labels:  web-development
docker-django-boilerplate
Minimal boilerplate setup for a Django project with Docker.
Stars: ✭ 41 (+86.36%)
Mutual labels:  boilerplate-template
handbook
A guide for members of the Suncoast Developers Guild
Stars: ✭ 16 (-27.27%)
Mutual labels:  web-development
portal-demos
A few demos on how the new portal API can be used with React.
Stars: ✭ 14 (-36.36%)
Mutual labels:  portal
node-js-file-upload
NodeJS File upload with GridFS and Multer
Stars: ✭ 26 (+18.18%)
Mutual labels:  web-development
yii2-basic-firestarter
This is a pimped up basic yii2 template ❤️. It's a firestarter 🔥
Stars: ✭ 35 (+59.09%)
Mutual labels:  app-template
developer-portal
VA Lighthouse (aka VA API Platform) website and documentation.
Stars: ✭ 25 (+13.64%)
Mutual labels:  portal
bashew
bash script micro-framework - from small stand-alone script to complex projects with CI/CD and testing
Stars: ✭ 139 (+531.82%)
Mutual labels:  boilerplate-template
mapstyler
Style an Esri vector tile layer style using an image or colour palette
Stars: ✭ 21 (-4.55%)
Mutual labels:  arcgis-js-api
react-initial-bootstrap
an "almost complete" template for your new projects
Stars: ✭ 24 (+9.09%)
Mutual labels:  boilerplate-template
Systemizer
A system design tool that allows you to simulate data flow of distributed systems.
Stars: ✭ 1,219 (+5440.91%)
Mutual labels:  web-development
ostora-jsapi4
Responsive template for building web mapping applications
Stars: ✭ 20 (-9.09%)
Mutual labels:  arcgis-js-api
image-discovery-app-js
JavaScript Image Discovery Web Application. Use to search, discover, filter, and manipulate imagery.
Stars: ✭ 22 (+0%)
Mutual labels:  web-development
midway-boilerplate
midway 系列脚手架仓库
Stars: ✭ 22 (+0%)
Mutual labels:  boilerplate-template
cmv-widgets
Widgets for CMV, the Configurable Map Viewer.
Stars: ✭ 37 (+68.18%)
Mutual labels:  arcgis-js-api

configurable-app-examples-js

Configurable Application Examples using Esri's arcgis-base-js application base and the 4.x series of the ArcGIS API for JavaScript.

(The application-boilerplate-3x-js repository provides an application base using the 3.x series of the ArcGIS API for JavaScript.)

Features

This repository is a collection of example applications; each example is in its own folder:

  • JavaScript applications
    • group-js: ArcGIS Online group lister
    • webmap-js: ArcGIS Online webmap display
    • webscene-js: ArcGIS Online webscene display
  • TypeScript applications

Most of the applications share a reference to the arcgis-base-js application base stored in folder ApplicationBase\. This base handles a lot of the startup work that application need to perform. They also share a web.config file that instructs your IIS server to serve application JSON configuration files.

Other files in the repository are optional configuration files for development tools that we use. Although these are not needed for your development, they are included because they may be useful to you.

  • Standardized editor configuration: .editorconfig
  • JavaScript linting and beautifying: .eslintrc, .jsbeautifyrc
  • Markdown linting: .markdownlintrc
  • Grunt configuration: Gruntfile.js
  • Node.js configuration: package.json
  • TypeScript configuration: tsconfig.json
  • TypeScript linting: tsrules\, tslint.json

Getting started

  1. Fork and then clone the repo.
  2. Set it up in your web server.
  3. Run npm install to install app dependencies
  4. Run examples by referring to their subfolder; e.g., if you put this repository on your server myServer, you would run the webmap-ts example for a webmap with an ArcGIS Online id of 1998592ad23a4b4ca239e7c7cdc4e4b9 using a URL such as
http://myServer/configurable-app-examples-4x-js/webmap-ts/index.html?webmap=1998592ad23a4b4ca239e7c7cdc4e4b9

Example of the webmap-ts application

Requirements

  • Notepad or your favorite HTML editor
  • Web server and browser with access to the Internet

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright © 2017-2018 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].