To run the application:
# Install the dependencies
bower install
# Install simple web server
npm install -g http-server
# Run
http-server
To run the server:
Open the server
directory and run
npm install
Run the server by executing the node server
command.