- Go programming language binaries with the
GOPATH
environment variable specified. - NodeJS JavaScript runtime.
- gulp build toolkit (npm install gulp -g).
Clone the repository:
mkdir $GOPATH/src/github.com/unchartedsoftware
cd $GOPATH/src/github.com/unchartedsoftware
git clone git@github.com:unchartedsoftware/lumo-example.git
Install dependencies
npm install
Run the build, watch, and server:
gulp