create-react-app 快速構建react項目

安裝create-react-app npm install -g create-react-app 新建項目 create-react-app my-app 運行項目 cd my-app npm start 效果 瀏覽器打開:http://localhost:3000/ 看見以下效果表示運行成功,至此新建項目成功。 react
相關文章
相關標籤/搜索