Files
gocryptotrader/web
Scott e85876e273 Enhances configuration page
Adds Notification angular module
Adds Requestify for ExpressJS to make posting ezpz
Now can post data to gocryptoCore
GoCrypto can now receive data on settings save
2016-08-08 14:52:25 +10:00
..
2016-08-08 14:52:25 +10:00
2016-08-08 14:52:25 +10:00
2016-08-08 14:52:25 +10:00
2016-07-26 22:13:01 +10:00
2016-08-08 14:52:25 +10:00

Prerequisites

You can get git from http://git-scm.com/.

You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Install Dependencies

npm install

Run the Application

The simplest way to start this server is:

npm start

Now browse to the app at http://localhost/.