Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 351 Bytes

Material-UI - Example Project

This is an example project that uses Material-UI.

Installation

After cloning the repository, install dependencies:

cd <project folder>/material-ui/example
npm install

Now you can run your local server:

npm start