This is the html5 JavaScript Webapp for the One Spark collaboration plattform. It is basend on the [ember-js](emberjs.com/) framework as well as the [ember-data](github.com/emberjs/data) persistence framework This webapp was developed during the practical course of “Service and Cloud Computing” at Chair for Computer Networks at Dresden University of Technology. See for API Server: github.com/sfroestl/onespark_backend
-
Clone repository
$ git clone https://github.com/sfroestl/onespark_backend.git
-
Install dependencies:
$ bundle install
-
Launch development server:
$ middleman
-
Build static page:
$ middleman build
-
Test URI with jasmine
$ http://localhost:4567/SpecRunner.html