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

https://github.com/mrjasonweaver/angulargram

Instagram Viewer built with Angular
https://github.com/mrjasonweaver/angulargram

Last synced: 2 months ago
JSON representation

Instagram Viewer built with Angular

Awesome Lists containing this project

README

        

# Angulargram
Instagram viewer example built with Angular
* * *

## Dependencies
* [Node](http://nodejs.org/)
* Ruby 2.0.0-p247
* [Sass](http://sass-lang.com/)
* [Grunt](http://gruntjs.com/)
* [ImageOptim](http://imageoptim.com/)
* [ImageAlpha](http://pngmini.com/)
* [JPEGmini](http://www.jpegmini.com/)

## Dev env setup

Install Image Optimizers for Mac osx
* [ImageOptim](http://imageoptim.com/)
* [ImageAlpha](http://pngmini.com/)
* [JPEGmini](http://www.jpegmini.com/)

Install dependencies with npm
```bash
> cd angulargram
> npm install
```

## Grunt commands

Compiling, watching and testing
```bash
> grunt
```

Image compression
```bash
> grunt img
```