Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 449 Bytes

Create-Openx-App

Create Openx App is an easy way to create a skeleton for writing openx apps modelled taking inspiration from create-react-app

Running the generator

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

LICENSE

GPL3