/react-mui

Practical example of use for Material-UI (MUI)

Primary LanguageTypeScript

Material UI with React

This is a example of us for Material-UI (MUI), this has only purpose for demonstration and template for new projects

How to use

Clone this repo:

git clone {this repo}

Install dependencies

npm install

Run using Vite

npm run dev

(Opcional) Executar json-server para simular uma API REST

npm run db-json

Global packages

npm i -g json-server

References