turtlemonvh / blanket-ui

(DEPRECATED) An html ui for blanket-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blanket UI

DEPRECATED (2019/02/10): The ui is now being managed directly in the main blanket repo

A browser UI for blanket-api.

Quick start

Running locally with reload on change:

# Install
npm install
bower install

# Run dev server; build content too
gulp serve

Building compressed/minified version

gulp build

Checking syntax of js files

gulp lint

Integrating with main blanket project

# In html dir of this projkct
gulp build-app

# In blanket dir; re-grab binary data and rebuild
make update-bindata
make <platform>

Tech stack

About

(DEPRECATED) An html ui for blanket-api


Languages

Language:JavaScript 55.3%Language:HTML 41.8%Language:CSS 2.8%