Create Openx App is an easy way to create a skeleton for writing openx apps modelled taking inspiration from create-react-app
Make sure you have the latest version of go installed.
go get -v github.com/YaleOpenLab/create-openx-app
cd $GOPATH/src/github.com/YaleOpenLab/create-openx-app
go get ./...
go build
./create-openx-app
GPL3