フロントエンドのReact.js化
code:sh
npx create-react-app lgtmoon-frontend --template typescript
styled component
code:sh
yarn add styled-components
yarn add --dev @types/styled-components