https://github.com/johndevs/groovy-angularjs
Example application written with Groovy and AngularJS
https://github.com/johndevs/groovy-angularjs
angularjs groovy javascript
Last synced: 2 months ago
JSON representation
Example application written with Groovy and AngularJS
- Host: GitHub
- URL: https://github.com/johndevs/groovy-angularjs
- Owner: johndevs
- Archived: true
- Created: 2015-02-02T18:10:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T17:58:14.000Z (almost 10 years ago)
- Last Synced: 2023-03-25T12:57:42.026Z (almost 3 years ago)
- Topics: angularjs, groovy, javascript
- Language: JavaScript
- Homepage: http://devsoap.com/writing-angularjs-applications-in-groovy/
- Size: 61.5 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!