npm.io
2.22.0 • Published 1 year ago

jmap-core-js

Licence
ISC
Version
2.22.0
Deps
34
Size
5.0 MB
Vulns
0
Weekly
0

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

To access a different project : http://localhost:8081?ngProjectId=XXX

The JS entry file is accessible at this location : http://localhost:8081/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)