Skip to content
GwiyeomGo Tech Blog
About GwiyeomGo

Typescript type vs interface

TYPESCRIPT, REACT, 20241 min read

  • new Create React App project yarn create react-app my-app --template typescript

  • To add TypeScript to an existing Create React App project

yarn add typescript @types/node @types/react @types/react-dom @types/jest

참조

https://create-react-app.dev/docs/adding-typescript/

© 2024 by GwiyeomGo Tech Blog. All rights reserved.