Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 576 Bytes

FX UI demo

This is a simple FX trading user interface demo build on node-webkit and angular js.

This project is based on great Joel Grenon's angular-desktop-app

Getting started

    1. If not installed install grunt and bower globally: npm install -g grunt-cli npm install -g bower
    1. Clone source repository
    1. In the application root, execute npm install && grunt install. Node-Webkit will be installed locally under cache/<platform>/<version>.
    1. To run your application, execute grunt run.