jmapcloud-ng-core
v1.0.51
Published
K2 Geospatial - JMap Cloud NG Core library implementation
Downloads
632
Readme
The first time, install dependencies :
npm i
To start the Core library :
npm start
A dev example page is accessible at this location : http://localhost:8085
To access a different project : http://localhost:8085?ngProjectId=XXX
The JS entry file is accessible at this location : http://localhost:8085/build/index.js
When code is changed, it's automatically built and the web page refresh by its own (thanks webpack dev server).
Install the following vs-code extensions :
- https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
- "Prettier - Code formatter" extention (Author : Esben Petersen)