npm create vite@latest
or
yarn create vite
UIFramework 골라주고 Typescripts 가 javascripts 를 포함할 수 있으니 Typescripts로 진행
내 npm 현재 버전 9.6.4 로
npm7+ 버전 명령어를 사용함
npm create vite@latest my-vite-app -- --template react
(npm 6.x 사용 시) -- 이 한번 빠짐
npm create vite@latest my-vite-app --template vue
해당 프로젝트 폴더에 들어가서
cd my-vite-app
npm install
npm run dev
vitesms 개발 서버 포트가 3000번이 아니고 5173 번이다
http://localhost:5173/ 로 접속하면 기본 템플릿 짠