/lumo-example

Example application showing some lumo features

Primary LanguageJavaScriptOtherNOASSERTION

Lumo Example

mandlebrot-screenshot

Dependencies

  • Go programming language binaries with the GOPATH environment variable specified.
  • NodeJS JavaScript runtime.
  • gulp build toolkit (npm install gulp -g).

Development

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