UI Library
Overview
This is the library of UI (User Interface).
Getting Started
Install Modules
First, run the following command to install the modules from package.json
:
yarn install
If you haven't installed yarn
yet, run the following command to install:
npm install -global yarn
Host the websites
Run the command
npm start
You will see the result on http://localhost:3000 with your browser.
Learn More
To learn more, take a look at the following resources:
- Learning Resources - Material UI - learn about MUI