Skip to content
/ app Public

web frontend to our files, communicating with the backend via REST

License

Notifications You must be signed in to change notification settings

olw/app

Repository files navigation

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.

About

web frontend to our files, communicating with the backend via REST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published