0.5.93 • Published 6 years ago

rugby-client v0.5.93

Weekly downloads
5
License
Private
Repository
bitbucket
Last release
6 years ago

GoRugby html5 client

HTML5 client to support server based GoRugby app

Features

Usage

Requirements

Clone the repository (or download the ZIP file)

git clone https://<username>@bitbucket.org/matmi/rugby-client.git

Install dependencies

npm install

Continuous build and serve - defaults to game 1 if nothing specified:

npm start

Release build (with auto-committ and tag):

npm run release

Debug build:

npm run debug

Your Typescript code will be transpiled into ES5 and concatenated into a single file. A sourcemap for your code will also be included (by default game.map.js).

Your Typescript code will be transpiled and minified using UglifyJS. JSON will be compressed and images minified.

Any modification to the files inside the ./src, ./static and ./sass folder will trigger a full page reload.

If you modify the contents of other files, please manually restart the server.