Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 503 Bytes

File metadata and controls

13 lines (10 loc) · 503 Bytes

Open Street Map Demo

Demo of osm using leafletjs for showing markers positioning on the map.

Installation

  1. Since we are using webpack as our bundler run npm install to get the dependency
  2. Run npm run build to build the app
  3. The build directory will be generated at /dist
  4. Just open index.html in the dist folder and you are ready to go.

Resources