Just testing ...
- Appengine
- Testing (TDD)
- Templates UI
- Bootstrap
- Less
#Go Stuff
##Install Go Endpoints support
go get -u github.com/crhym3/go-endpoints
##Install test coverage util
go get -u github.com/davecgh/go-spew/spew
##Install Gorilla
go get github.com/gorilla/mux
go get github.com/gorilla/schema
go get github.com/gorilla/sessions
#UI stuff
sudo npm install -g bower
sudo npm install -g vulcanize
bower init
bower install jquery
bower install font-awesome
bower install bootswatch
bower install less<
br />
bower install Happyjs
bower install polymer Polymer/polymer-elements Polymer/polymer-ui-elements
bower install Polymer/core-ajax
bower install --save Polymer/core-elements
bower install --save Polymer/paper-elements
bower install --save Polymer/paper-progress
View / test api: http://localhost:8080/_ah/api/explorer
#Generate Android client libs:
URL='http://localhost:8080/_ah/api/discovery/v1/apis/company/v1/rest'
> curl -s $URL > inforce.rest.discovery
> $GO_SDK/endpointscfg.py gen_client_lib java inforce.rest.discovery
> unzip inforce.rest.zip
// npm update -g bower