1,先建立一個文件夾用於存放項目react
2,運行cmd,路徑選擇到你建立的文件夾內npm
3, npm install -g create-react-app create-react-app my-app cd my-app/ npm startapp