create-vite 모듈을 전역적으로 설치
npm install -g create-vite
프로젝트 생성
create-vite 프로젝트명 --template react-ts
프로젝트 이동
cd 프로젝트명
종속성 모듈 설치
npm install
개발 서버 실행
npm run dev
스토리북 설치
npx storybook@latest init
스토리북 시작
npm run storybook
emotion 설치
npm i @emotion/react
styled 설치
npm i @emotion/styled