This is a port of Space Junker written as an experiment using Elm.
Technology used:
- Elm (self-contained, runs in the browser)
- WebGL (provides 3D graphics)
- Webpack (provides build / bundling / dev server)
Requires npm
$ git clone https://github.com/seanpile/space-junker
$ cd space-junker
# Install all dependencies
$ npm install
# Install Elm packages
$ ./node_modules/.bin/elm-package install
# Start dev server
$ npm start
# Page is available at http://localhost:8080/index.html
Sean Dawson – @seanpiled
Distributed under the MIT license. See LICENSE
for more information.