vite react typescript

Seungsoo Lee·2023년 4월 2일
0

Front-End

목록 보기
10/11

Installation

  • install vite
    yarn create vite
    yarn
    yarn run dev

  • install story book
    npx sb init --builder @storybook/builder-vite

  • install styled-component
    yarn add styled-components @types/styled-components styled-normalize

0개의 댓글