본문 바로가기
Program/React

yarn create next-app --typescript , antd

by pishio 2022. 7. 7.

* yarn 명령어로 next app생성

* yarn 명령어로 antd 추가하기

 

% yarn create next-app --typescript

프로젝트 이름 입력

해당 폴더로 이동

 

% yarn add antd 

 

시작할때는

% yarn dev

 

댓글