npx create-react-app 프로젝트명
npx create-react-app 프로젝트명 --template typescript
npm start
입력만약, PWA(Progressive Web App : 웹을 앱처럼 동작시키게 함) 기능을 추가할꺼면
npx create-react-app 프로젝트명 --template cra-template-pwa
입력하여 설치👉🏻 PWA 기능이 추가될 뿐, 나머지 기능들은 react만 설치했을 때와 동일함