cfe34d9371
Used a combination of AngularJS and Bootstrap to form a preliminary front-end website for Refstack. Most of the content text can be considered placeholders and is subject to change. Change-Id: Ide82783478d1863052fe54d02ca6ee88113c46b2
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