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
-
Get the source code, Example using
git clone https://github.com/WorldBank-Transport/angular-map-printer.git
-
Move to project directory,
cd angular-map-printer
-
Install javascript dependencies by running
npm install
andbower install
-
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.