React + typescript 초기세팅

유환빈·2022년 8월 31일
0

react + ts 로 프로젝트 생성할떄 자주사용하는 초기세팅을 기록해봤다

프로젝트 생성

react

yarn create-react-app my-app

react + ts

yarn create react-app my-app --template typescript

Styled-component

react

yarn add styled-component

+ts - 타입정의 받기

yarn add -D @types/styled-components

React-router

react & ts

yarn add react-router-dom
profile
프론트엔드 공부하고있는 유환빈입니다

0개의 댓글