Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 918 Bytes

File metadata and controls

27 lines (23 loc) · 918 Bytes

app

Build Status Gitter chat trello board

Web frontend to our files, communicating with the backend via REST. Based on ng-boilerplate.

Getting started

# install global cli applications
$ sudo npm install -g grunt-cli karma bower less coffee-script http-server
# clone this repository
$ git clone https://github.com/olw/app
$ cd app
# init git flow branching model
app$ git flow init
# install from configuration files
app$ npm install
app$ bower install
# start grunt
app$ grunt watch --force
# start http-server
app$ http-server build

To use this frontend with your own configuration, edit src/common/olwConfigurationService/olwConfigurationService.js.