React project initialization 發佈日期: 2023 年 2 月 19 日2023 年 2 月 19 日 作者: Sky Leong npm install -g create-react-app mkdir my-react-app cd my-react-app create-react-app . #without ES6 support create-react-app . --template cra-template-pwa-typescript #with ES6 support, use type script cd my-react-app npm start 相關文章VS Code react插件react script啟用HTTPSApache建立virtual hostPython存取google sheet (更新版)Rasperberry Pi 安裝opencv pythonUbuntu 22安裝php