Frontend/進階_React框架/docs/CreateReact.md

11 lines
217 B
Markdown
Raw Normal View History

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