Go App Engine app, ng2dart app
17 files changed
tree: 57753b82ab4d5137ddcfbef7faf7d1b4fa802a8e
  1. app/
  2. commands/
  3. db/
  4. .gitignore
  5. README.md
README.md

Cocoon is a hybrid Go App Engine (backend) and an Angular 2 Dart (client) app used to coordinate and aggregate the results of Flutter's builds. It is not designed to help developers build Flutter apps. More importantly, Cocoon is not a Google product.

Developing cocoon

  • Read and understand this
  • Create $GOPATH/src where $GOPATH can be anywhere
  • git clone this repository into $GOPATH/src so that you have $GOPATH/src/cocoon
  • Install Google App Engine for Go
  • Install Go SDK
  • Install Atom
    • Install go-plus