반응형
$ npx create-react-app my-app --typescript
TypeScript와 Styled-Components를 같이 이용할 것이다.
npx create-react-app에 --typescript 옵션을 줘 my-app이라는 프로젝트를 만들어준다.
$ cd my-app
$ npm install --save @types/styled-components
프로젝트 폴더로 이동한 후 Styled-Components를 설치한다.
와!
반응형
'Web > Frontend' 카테고리의 다른 글
[리액트] 토스트 메세지 만들기 (1) | 2020.10.26 |
---|---|
[리액트] 이미지 업로더 - 서버에 이미지 Post로 보내기 (2) | 2020.07.20 |
[리액트] 드래그 앤 드롭, 리사이징 리스트 만들기 (2) | 2020.06.02 |
[리액트] 수정 가능한 텍스트 박스 만들기 (1) | 2020.05.25 |
[리액트] immutable-js 사용해보기 (2) | 2020.05.21 |
댓글