This is a sample app which integrates EmberJS with a Grails REST service. Uses Bootstrap for layout and widgeting, with a theme from Bootswatch.
The Grails app uses a modified grails-json-rest-api for REST servicing.
-
Install Grails 2.1.1
-
Download this app
git clone https://github.com/kentbutler/grails-ember-cooks.git
-
Download the fork of the
grails-json-rest-api
and check out the EmberJS branchgit clone https://github.com/kentbutler/grails-json-rest-api.git <my local dir> cd <my local dir> git checkout emberjs-support
-
Place them alongside each other and run by opening a console inside the grails-ember-cooks directory and execute:
grails run-app
-
Navigate to http://localhost:8080/cook/
NOTE!! WIP - Only the Admin portion has meaningful content at the moment
Kent Butler - Developer
An open source developer just trying to make his job easier.
MIT License