This repo is provided as a sample for pulling data from the Queensland Government open data portal and presenting it in the MAM (Medium Awesome Map) page template.
- install node.js
- install grunt:
npm install -g grunt-cli - install dependencies:
npm install
grunt- Go to:
http://localhost:8888
- run the installation steps above
- update webdriver (for tests)
grunt install
grunt test
grunt test:unit
grunt autotest:unit
- Keep webdriver up to date:
grunt shell:protractor_install
grunt test:e2e
grunt autotest:e2e
grunt coverage
Based on Yearofmoo AngularJS Seed Repo.
A starter AngularJS repository for getting started with AngularJS. Includes helpful unit testing tools, Protractor integration and coverage testing.