my-temp-app
npx create-react-app 앱이름
https://create-react-app.dev/docs/getting-started
yarn create react-app 앱이름
# yarnV3
/.yarn
.pnp.cjs
.pnp.loader.mjs
yarn add react-router-dom
yarn add @fortawesome/fontawesome-free
// index.js or App.js
import "@fortawesome/fontawesome-free/css/all.min.css";
https://react-bootstrap.github.io/getting-started/introduction
yarn add react-bootstrap bootstrap
// index.js or App.js
import 'bootstrap/dist/css/bootstrap.min.css';