ndufrane / sandboxms2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brugiswebapp

Quick Start

Clone the repository with the --recursive option to automatically clone submodules:

git clone --recursive https://github.com/Brugis-SPRB/brugisv2.git

Install NodeJS, if needed, from here. Please use LTS version.

Start the development application locally:

npm install

npm start

The application runs at http://localhost:8081 afterwards.

Read more on the wiki.

Packaging

Package the app as a java web archive:

mvn clean install

Custom Maps

Default map configuration can be overrided by specifying a custom config name in the url. http://localhost:8081/?customConfig={configname}#/

ie: http://localhost:8081/?customConfig=zeusfr#/

About

License:Other


Languages

Language:JavaScript 68.0%Language:CSS 31.8%Language:HTML 0.2%Language:Batchfile 0.0%