npx create-react-app 폴더이름 --template typescript
yarn add @craco/craco
yarn add @emotion/react
yarn add @emotion/styled
yarn add -D @emotion/babel-preset-css-prop
npx -p @storybook/cli sb init
yarn add axios
yarn add react-router-dom