yarn = npm install
yarn add = npm install
yarn remove = npm uninstall
install vscode 插件 ES7+ React/Redux/React-Native snippets for shotcuts
Chose a font in google fonts, I chose roboto here.
Then select several font weight and copy its link to public/index.html

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><metaname="description"content="Web site created using create-react-app"/><linkhref="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"rel="stylesheet"/><style>* {margin: 0;font-family: 'Roboto', sans-serif;}</style><title>React App</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
install material-ui icons
yarn add @material-ui/icons @material-ui/core
object-fit: cover
