Frontend/進階_React框架/README.md
Tim_note eb4c0238b6 a
2025-02-08 12:47:31 +08:00

13 lines
283 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 文件導航測試
- [(必要)了解基本知識](docs/Basic.md)
# 創建一個React專案
於準備開發的資料夾下方開啟CMD並執行
```
npm create vite@latest my-project --template react-ts
cd my-project
npm install
npm run dev
```
![image](assets/startReact.png)