Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 314 Bytes

How to use MapJS 2 with WebPack

  1. run npm install to grab the dependencies
  2. run npm run pack-js to package MAPJS and all the dependencies into a single JS file
  3. open index.html in your browser

How it works

Check out src/start.js to see how the page is wired up and initialised.