material-ui
Version:
Material Design UI components built with React
16 lines (13 loc) • 363 B
Markdown
# [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
```