Skip to content

sutanmufti/leaflet-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet Dashboard Template by Rekayasa Data Spasial

initial template for leaflet desktop app. This should be the infrastructure to create web-gis application by Rekayasa Data Spasial and RekayasaData.co.uk. This is a public repo so feel free to fork or extend this template. thanks.

Installation

Require npm and node just to install the static modules.

git clone $url dashboard
cd dashboard
npm install
cd src
python -m http.server

Intention

what can you do with this template?

  1. checkout to create extensions / apps. checkout name is arbitrary, doesn't have to be application
git checkout -b application
  1. on this new branch, add another git remote. doesn't have to be extendedapp
git remote add extendedapp 
  1. start developing, commits, and push to new repo / remote. Push to the aforementioned application branch and extendedapp remote.
git push extendedapp application

Preview

About

dashboard template for leaflet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages