Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/floriangrundig/grails-angular-phonecat


https://github.com/floriangrundig/grails-angular-phonecat

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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.