This project aims to give developers an easy to use boilerplate project that can easily jumpstart projects utilizing App Engine's Go runtime and the Closure compiler.
- Preliminary backend boilerplate taken care of!
- Directory structure supports applications with backend/frontend architecture, using RPC calls to go between.
- Built in support for Closure.
- Incorporates plovr to dynamically recompile JS during development
Do nothing; App Engine should pick up your edits and recompile automatically
- Run build.sh, which runs plovr in server mode. Our default index.html calls out to the plovr daemon to recompile the JS as defined in config.js.
- Not finished.
- Develop push-to-production system.
- Incorporate basic User model for backend.
- Build example RPCs.
- Include a more advanced directory structure for the frontend JS.
- See about incorporating html5bp?