刪除 進階_React框架/docs/CreateReact.md

This commit is contained in:
M11212051 2025-02-08 12:44:14 +08:00
parent 8da093375b
commit f2b016bf09

View File

@ -1,10 +0,0 @@
# 創建一個React專案
於準備開發的資料夾下方開啟CMD並執行
```
npm create vite@latest my-project --template react-ts
cd my-project
npm install
npm run dev
```
![image](../assets/startReact.png)