Skip to content

andrewhao/shmile-ui

Repository files navigation

shmile-ui

Circle CI Code Climate

This is an extraction of the websocket-driven frontend from shmile. Doing so will allow us to develop the frontend separately from the backend with more rigor.

This should also clear the path to begin upgrading the UI to use a stricter MV* framework.

Installation

$ npm install
$ bower install

Integration

shmile-ui is integratable as a Bower component in shmile.

Tests

$ npm test

Development mode with a fake shmile server:

$ webpack-dev-server

Visit http://localhost:8080/public in a browser.

Click "Start" and watch the server start.