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

https://github.com/adamedgett/material-reddit

Material designed client for reddit
https://github.com/adamedgett/material-reddit

Last synced: 4 months ago
JSON representation

Material designed client for reddit

Awesome Lists containing this project

README

          

# [Material Reddit](http://materialreddit.com)
A front end reddit client using the [Reddit API](https://www.reddit.com/dev/api) and designed according to [Google's Material Design Guidelines](http://www.google.com/design/spec/material-design/introduction.html)

![screenshot](public/images/screenshot.png?raw=true)

## Functionality
### Subreddit
[/r/food](http://materialreddit.com/r/food)

### Sorting
[/r/food/top](http://materialreddit.com/r/food/top)
[/r/food/top/all](http://materialreddit.com/r/food/top/all)

## Development
### Installation
1. Install nodejs
2. Install [ruby gems](Gemfile)
3. Install [node dependencies](package.json)
4. Install [bower dependencies](bower.json)

### Building
`gulp build` builds all sources into compiled and compressed files for serving

### Development
`gulp` starts a web server and watches the source files and rebuilds on any changes