- run
npm install
to grab the dependencies - run
npm run pack-js
to package MAPJS and all the dependencies into a single JS file - open
index.html
in your browser
Check out src/start.js to see how the page is wired up and initialised.
npm install
to grab the dependenciesnpm run pack-js
to package MAPJS and all the dependencies into a single JS fileindex.html
in your browserCheck out src/start.js to see how the page is wired up and initialised.