https://github.com/beginor/ng-esri-demo
Try ArcGIS API for JavaScript with Angular
https://github.com/beginor/ng-esri-demo
Last synced: about 1 year ago
JSON representation
Try ArcGIS API for JavaScript with Angular
- Host: GitHub
- URL: https://github.com/beginor/ng-esri-demo
- Owner: beginor
- License: mit
- Created: 2017-02-16T08:00:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T10:08:42.000Z (over 5 years ago)
- Last Synced: 2025-03-22T17:23:35.014Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://beginor.github.io/ng-esri-demo/web/
- Size: 5.47 MB
- Stars: 13
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular & ArcGIS API for JavaScript Demo
Angular and ArcGIS API for JavaScript 4.x Demo Project
- Web:
- Handset:
## Tech stack
- typescript
- angular
- ng-bootstrap
- font awesome
- angular-cli
- ArcGIS API for JavaScript 4.x
## Usage
> For Windows users, please make sure execute these commands in a bash shell
> like Cygwin, Mingw, or Git Shell.
1. Clone or fork this repository with git:
```shell
git clone https://github.com/beginor/ng-esri-demo.git
```
2. Install dependencies with npm:
```shell
npm install
```
3. Start with command
```shell
npm start
```
4. Create a build
```shell
npm run build
```
5. Happy coding!.