initial material ui setup

This commit is contained in:
Taehee Choi 2022-02-27 02:44:03 -08:00
parent 1eef65d60e
commit 72325791d6
3 changed files with 801 additions and 185 deletions

976
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,10 @@
"node": ">=16 <17" "node": ">=16 <17"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"react": "^17.0.2", "react": "^17.0.2",
"react-bootstrap": "^2.1.2", "react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",

View File

@ -1,7 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<title>Typescript React App</title> <title>Typescript React App</title>
</head> </head>
<body> <body>