Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 801 Bytes

README.rdoc

File metadata and controls

executable file
·
21 lines (14 loc) · 801 Bytes

One Spark Ember Webapp

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

Getting Started

  1. Clone repository

    $ git clone https://github.com/sfroestl/onespark_backend.git
  2. Install dependencies:

    $ bundle install
  3. Launch development server:

    $ middleman
  4. Build static page:

    $ middleman build
  5. Test URI with jasmine

    $ http://localhost:4567/SpecRunner.html