Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phawk/ng-list

Sample angular app integration with the Dropbox datastore API
https://github.com/phawk/ng-list

Last synced: 14 days ago
JSON representation

Sample angular app integration with the Dropbox datastore API

Awesome Lists containing this project

README

        

# ng-list

[![Travis CI build status](https://travis-ci.org/phawk/ng-list.png)](https://travis-ci.org/phawk/ng-list#)

Sample angular app integration with the [Dropbox datastore API](https://www.dropbox.com/developers/datastore/tutorial/js).

## Development

```sh
# First time
$ gem install sass
$ npm install
$ npm install grunt-cli -g

# Continued development
$ grunt dev
```