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
- Host: GitHub
- URL: https://github.com/subvisual/theshelf-angular
- Owner: subvisual
- Created: 2014-11-11T15:23:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T21:27:54.000Z (almost 11 years ago)
- Last Synced: 2024-03-29T12:00:25.488Z (almost 2 years ago)
- Language: JavaScript
- Size: 789 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
theshelf-angular
================
> 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/).