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

johndevs/groovy-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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!