해당 내용은 CRA(create-react-app)+ typescript 를 사용할때의 내용이다.eslint(airbnb 스타일) 와 prettier 동시 사용을 위한 패키지 설치를 위해, CRA의 터미널 창에 하단의 명령어를 입력한다.src와 같은 최상위 경로에 .e
CRA를 이용하여 react와 typescript 시작하기 npx create-react-app 프로젝트이름(개별) --template typescriptyarn create react-app 프로젝트이름(개별) --template typescript