Material UI Tutorial

Get Started

Clone the Repository and Install Packages

git clone https://github.com/junjung929/material-ui-tutorial.git mui-tutorial
cd mui-tutorial

npm install

Run JSON Server

npm run server

Run React App

npm start