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