This section deals with the frontend of the Open Service Compendium (OSC). We will use Bootstrap as a GUI framework, Yeoman as a generator ecosystem and AngularJS for controlling the whole web application.
- Install nodejs, npm and bower on your machine
- To get the repository, run
git clone [email protected]:TU-Berlin-SNET/iosl-2015-osc-tracking.git
- Switch to the new frontend directory
- Run the command
npm install
to install all server packages, e.g. grunt - Run the command
bower install
to install all frontend packages, e.g. angularjs - You can run the server by typing
grunt server
- Now you should be able to visit the web application on
http://localhost:9000