타입스크립트로 리액트app 만들기(CRA)

npx create-react-app 폴더이름 --template typescript

craco 설치

yarn add @craco/craco

emotion 설치

yarn add @emotion/react
yarn add @emotion/styled

바벨 플러그인 설치

yarn add -D @emotion/babel-preset-css-prop

스토리북 설치

npx -p @storybook/cli sb init

api 통신

yarn add axios

라우터

yarn add react-router-dom

ESLint, prettier