Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floriangrundig/grails-angular-phonecat
https://github.com/floriangrundig/grails-angular-phonecat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/floriangrundig/grails-angular-phonecat
- Owner: floriangrundig
- Created: 2013-05-20T16:54:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T20:21:43.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T21:44:34.213Z (7 months ago)
- Language: CSS
- Size: 2.61 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-github-repos - floriangrundig/grails-angular-phonecat - (CSS)
README
# AngularJS Phone Catalog Tutorial Application
## Overview
This application is based on the angular tutorial: http://docs.angularjs.org/tutorial/index
The angular tutorial was adapted as a grails application which uses the grails plugin karma-test-runner (https://github.com/ImmobilienScout24/karma-test-runner).## Prerequisites
* java 7
* nodejs
* install locally the required dependencies (go into the project root dir and execute "npm install" which will install the required depencies as defined in package.json)## Usage
The javascript tests are located at /test/javascript/**/*.The test classes which trigger the execution of the javascript tests you'll find at /test/unit/**/* and /test/functional/**/*.
Run "test-app" to execute the javascript tests within the grails lifecycle.