refstack/refstack-ui
Michael Krotscheck 369f7ce4ad Added non-interactive config flag to bower install.
This forces bower install to run silently, instead of prompting
the user to report anonymous data.

Change-Id: Id62ed6e068f6b2909037d64346d257acc60a3804
2015-04-23 16:32:00 +00:00
..
app Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
tests Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
.bowerrc Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
.gitignore Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
README.rst Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
bower.json Added groundwork for the refstack user-interface. 2015-04-13 23:43:43 -07:00
package.json Added non-interactive config flag to bower install. 2015-04-23 16:32:00 +00:00

README.rst

Refstack User Interface

User interface for interacting with the Refstack API.

Setup

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