jmapcloud-ng-configuration
v1.0.0
Published
K2 Geospatial Extension
Readme
This is the NG official extension repo.
Use this template to start new projects involving NG Core and/or App.
First steps:
- copy the file /build/env-config.js.example to /build/env-config.js
- change any needed value in env-config.js to fit your environmentInstall the following vs-code extensions:
- "TSLint (deprecated)" extention
- "Prettier - Code formatter" extention (Author : Esben Petersen)
- "vscode-styled-components" extention (Author : Julien Poissonier)Install dependencies (process only one time):
npm iTo start the application:
npm startThe application is accessible at this location: https://localhost:8083
When code is changed, it's automatically built and the web page refresh by its own (thanks webpack dev server).
