Skip to content

WorldBank-Transport/angular-map-printer

Repository files navigation

This is an Javascript/AngularJS app for printing web maps

Building the source code requires NodeJs, npm, bower, grunt and compass as dependancies

To use the source code for development install the system wide dependencies then

  1. Get the source code, Example using git clone https://github.com/WorldBank-Transport/angular-map-printer.git

  2. Move to project directory, cd angular-map-printer

  3. Install javascript dependencies by running npm install and bower install

  4. You are good to go

To start the development server run

grunt serve --watch

To build the source code for deployment run

grunt build

This will build the source code into a folder named dist within your project root. The content of the dist folder can be server using your favorite web server as a simple static content.

Licence

Apache License, Version 2.0

About

Javascript/AngularJS app for printing web maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published