An open API service indexing awesome lists of open source software.

https://github.com/subvisual/theshelf-angular

An AngularJS web client for The Shelf
https://github.com/subvisual/theshelf-angular

Last synced: 10 months ago
JSON representation

An AngularJS web client for The Shelf

Awesome Lists containing this project

README

          

theshelf-angular Build Status
================

> An AngularJS web client for [The Shelf](http://github.com/groupbuddies/theshelf/)

## Getting Started

Install requirements
```
npm install -g gulp
npm install -g bower
```

Install dependencies
```
bower install
npm install
```

Launch development server
```
# The browser will automatically be opened
gulp dev
```

Run test suite
```
gulp test
```

## Documentation

You can find more documentation [here](http://github.com/groupbuddies/theshelf-angular/wiki/).