$npx create-next-app@latest --experimental-app

몇가지의 질문을 통해 알아서 원하는 방향으로 설치 진행을 도와준다.
Typescript와 TailwindCSS, ESlint 를 함께 사용하기 위해 해당 질문에는 Yes답변을 선택하여 생성했다!
// npm 이용 시 $ npm install recoil // yarn 이용 시 $ yarn add recoil
// npm 이용 시 $ npm i react-query // yarn 이용 시 $ yarn add react-query