To get project:
git clone https://github.com/simonthme/autonomousCarFleet.git
To install all modules and run server:
npm install (in the client or server repository)
xo
node server.js (to start server)
On client side:
bower install
gulp
xo
Local server starts on port 8080.
Use postman or a navigator to execute the http requests.