# [Material-UI](http://callemall.github.io/material-ui/)

This is an example project that uses [Material-UI](http://callemall.github.io/material-ui/).

## Installation
After cloning the repository, install dependencies:
```
cd <project folder>/material-ui/example
npm install
npm install -g gulp
```

Now you can run your local server:
```
gulp
```