본문 바로가기

리액트 스터디

react에 typescript 적용하기

 npx create-react-app . --template typescript

혹은 yarn create react-app . --template typescript

혹은 yarn create next-app . --typescript Next와 ts 둘다.

그럼 아래와 같은 질문이 나온다

 

yarn run dev

 

yarn add daisyui

yarn add zustand

yarn add axios

'리액트 스터디' 카테고리의 다른 글

리액트로 데이터 다루기  (0) 2024.08.14