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
- Host: GitHub
- URL: https://github.com/jimmygchen/angular-material-demo
- Owner: jimmygchen
- Created: 2016-07-13T15:57:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T16:45:56.000Z (almost 9 years ago)
- Last Synced: 2025-10-05T17:50:05.055Z (9 months ago)
- Topics: angular, angular-material, angularjs, demo
- Language: JavaScript
- Homepage:
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Material Demo App
## Screenshot
### Desktop:

### Mobile:


## 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.