Skip to content

marsmith/neversink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NY WSC Template

Mapper application setup

Pre-requisites

node.js installed

Install dependencies

run npm install to install dependencies

Customize application

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

Build app bundle

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published