# ucoin-ui

Graphical interface for future uCoin desktop software. This is a developement package which aims at being embedded by [uCoin software](https://github.com/ucoin-io/ucoin) on build phase.

## Installation

> Requires Nodejs v4+ and uCoin v0.20+

```
git clone https://github.com/ucoin-io/ucoin-ui.git
cd ucoin-ui
npm install
```

## Run

```
node_modules/brunch/bin/brunch watch --server
```