A skeleton for getting started with a single-module Google Appengine app, but using modules from the start
- Fork this repo
- Clone the project
git clone [email protected]:yourgithubid/appengine-modules-gradle-skeleton.git
- Import into an IDE supporting Gradle
- Android Studio
- IntelliJ
- Eclipse
- Run it!
gradle :backend:appengineRun
(It will start serving at http://localhost:8080)
Or you can use Run Configurations to enable debugging in IDE