Flash cards are a common way to memorize subject material.
- Grails - http://grails.org/
- Spring Security
- Spring Mobile
- Bootstrap from Twitter - http://twitter.github.com/bootstrap/
Mobile app:
- Mobile Boilerplate - http://html5boilerplate.com/mobile/
- Backbone.js - http://documentcloud.github.com/backbone/
- jQuery Mobile - http://jquerymobile.com/
Grails
, see http://grails.org/Installation
- You can use
SpringSource Tool Suite
withGrails
plugin - http://www.springsource.com/developer/sts
- Clone the repository::
- Original repository:
git clone git@github.com:kgrodzicki/flashcards-grails.git
- Forked Repository:
git clone git@github.com:zachlendon/flashcards-grails.git
Navigate to project directory:
cd flashcards-grails
Run jetty server:
grails runApp
Application is now up and running - http://localhost:8080/flashcards-grails (admin/admin)
Check out running application on:
Geb and Spock testing related to mobile/desktop versions added around core features
Also upgraded to Grails 2.0.3 and upgraded other libraries and templates accordingly