A simple time example application. The purpose of this repository is to approve getting time from time service application.
To run this example you will need Node.js. Clone the repository, run:
$ npm install
There is a simple Node/Express server which will run to host the app locally. Navigate to the root directory of the project and start the server by typing:
$ node server
then launch the app in OpenFin from the command line with the openfin-cli
$ npm install -g openfin-cli
$ openfin --launch --url http://localhost:5000