node.js installed
run npm install
to install dependencies
You can utlize the /dist
package by editing user confiruation variables in: /dist/appConfig.js
. If doing a full build, edit /src/appConfig.js
.
var MapX = '-76.2'; //set initial map longitude
var MapY = '42.7'; //set initial map latitude
var MapZoom = 7; //set initial map zoom
npm run build
to run create a production ready bundle set. This is not used until you are satisfied you have finished edits and are ready to copy to your web server. Copy the entire contents of /dist
to your web server