npx create-react-app [원하는 폴더명] --template typescript
필요없는 폴더 삭제 + "baseUrl":"src" 설정
npm install --save @types/styled-components
npm install react-router-dom @types/react-router-dom
npm install styled-reset
npm install axios