A web application for styling maps using cartoDB, Leaflet & ES6.
# install dependencies
yarn install | npm install
# serve the app: http://localhost:8080/
npm start
# generate a package
npm run build
A web application for styling maps using cartoDB, Leaflet & ES6.
JavaScriptMIT