refstack/refstack-ui
Michael Krotscheck 94251d05c9 Consolidated project files.
Moved various files from the refstack-ui directory into the global
one. The puppet module has been appropriately updated.

Change-Id: I6bd6bbd32380e822096287fe6ed3de1bff582749
2015-06-05 08:12:19 -07:00
..
app Added JavaScript Style Linting 2015-06-04 21:10:48 +00:00
tests Added JavaScript Style Linting 2015-06-04 21:10:48 +00:00
README.rst Add results and test report page 2015-04-27 09:50:27 -07:00

README.rst

Refstack User Interface

User interface for interacting with the Refstack API.

Setup

Create a config.json file and specify your API endpoint inside this file:

cp app/config.json.sample app/config.json

You can start a development server by doing the following:

Install NodeJS and NPM:

curl -sL https://deb.nodesource.com/setup | sudo bash -

sudo apt-get install nodejs

From the Refstack project root directory, move into the UI folder:

cd refstack-ui

Install dependencies and start the server:

npm start

Doing this will automatically perform npm start and bower install to get all dependencies.

By default, as noted in package.json, the server will use 0.0.0.0:8080.

Test

To run unit tests, simply perform the following:

npm test