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

https://github.com/jimmygchen/angular-material-demo

A simple demo app using Angular Material
https://github.com/jimmygchen/angular-material-demo

angular angular-material angularjs demo

Last synced: about 1 month ago
JSON representation

A simple demo app using Angular Material

Awesome Lists containing this project

README

          

# Angular Material Demo App

## Screenshot

### Desktop:

![Screenshot - Desktop](screenshots/desktop.png)

### Mobile:

![Screenshot - iPhone](screenshots/iphone-1.png)
![Screenshot - iPhone](screenshots/iphone-2.png)

## Prerequisites

1. Node.js >= v4.4.5
2. Bower >= 1.7.9
3. Ruby: test with `ruby -v` in your terminal
4. Compass >= 1.0.3: When you've confirmed you have Ruby installed, run
`gem install compass` to install Compass

## Running the App

```bash
$ git clone https://github.com/jchen86/angular-material-demo.git
$ cd angular-material-demo
$ npm install & bower install
$ npm start
```
> Open browser and go to [localhost:9000](localhost:9000)

## Running the tests

Running `grunt test` will run the unit tests with karma.