439 B
439 B
文件導航測試
創建一個React專案
於準備開發的資料夾下方開啟CMD,並執行
npm create vite@latest my-project --template react-ts
cd my-project
npm install
npm run dev
#執行demo專案 開vscode到該專案資料夾(例如todolist_demo) 開啟終端機
npm run dev