Kelvin Fowler, 2083905f
Supervisors: Craig Macdonald, Graham McDonald
Frontend client web application for Level 4 Project - Identifying Public Domain Knowledge
Ensure you have Node.js, NPM and Bower installed.
Run the following commands:
$ npm install
$ bower install
$ npm start
This should start the server on localhost:3000.
This web application interfaces with a server application which has a RESTful API. This is expected to be running on http://localhost:8080.
Front end js files can be found in public/javascripts
.
Templates can be found in views
.