olange / pawa

Boats riding the winds of lake Leman – web animation with Phaser, Polymer and Neo4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAWA

Web animation of boats riding the winds of lake Leman, using the Phaser.io library, Polymer Elements and the Neo4j graph database.

Setup

See the contributing guide to setup your development environment. In a nutshell, here's how to download the sources and fetch the client app dependencies:

git clone git@github.com:olange/pawa.git
cd pawa/
npm install

Run

The app requires two back-end services to run: the Neo4j graph database server, and the Polymer application server.

Open a first terminal window and start the Neo4j database server; you can then access the Neo4j console on http://localhost:7474/, to explore the database contents:

npm run start-db

Then open a second terminal window and start the Polymer application server; you can then access the front-end app at http://localhost:8081:

npm run start-app

About

Boats riding the winds of lake Leman – web animation with Phaser, Polymer and Neo4j

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 75.8%Language:JavaScript 24.2%