WorldBank-Transport / angular-mopa

Prototype AngularJS Client for "MOPA" API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-mopa

This is an Javascript/AngularJS client for "MOPA" API

Building the source code requires NodeJs, npm, bower and grunt 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-mopa.git

  2. Move to project directory, cd angular-mopa

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

  4. You are good to go

To start the development server run

grunt serve

To build the source code for deployment run

grunt

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.

If you getting errors when building try install some build dependancies by running:

npm install grunt-karma karma karma-phantomjs-launcher karma-jasmine jasmine-core phantomjs-prebuilt --save-dev

Running grunt test will run the unit tests with karma.

This project was generated with yo angular generator version 0.15.1.

About

Prototype AngularJS Client for "MOPA" API


Languages

Language:CSS 92.5%Language:JavaScript 4.3%Language:HTML 3.1%