What's all this then?
#####Stack:
#####Getting up and running
-
Clone or download the repository.
-
Open a terminal window within the repository folder.
-
Install the required node modules with:
npm install
- Install the required bower components with:
bower install
- Install the required typescript typings with:
typings install
- Start it up with:
node server.js
PoolCue should be running on http://localhost:8080
Easy peasy? Checkout the start up with docker below.
#####Getting up and running with docker 😎 👌
-
Clone or download the repository.
-
Open a docker terminal window within the repository folder.
-
Run the compose script with:
docker-compose up
PoolCue should be running on http://[dockeraddress]