Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 583 Bytes

Example application written with Groovy and AngularJS

This application is an example of writing AngularJS applications with Groovy.

To use this application, you need to first install Gradle.

Then checkout this repository and in the root folder run gradle convert to convert the Groovy files into Javascript.

Once you have converted the Groovy files into Javascript you can open the application by opening the index.html file inside the src/main/webapp/ folder.

This example is part of the blog post at http://devsoap.com/writing-angularjs-applications-in-groovy/

Enjoy!