Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 380 Bytes

Material-UI - Example Project

This is an example project that uses Material-UI.

Installation

After cloning the repository, install dependencies:

cd <project folder>
npm install

Now you can run your local server:

npm start

Server is located at http://localhost:3000