create-react-app 構建 react應用程序 (一 )

  第一步 全局安裝 create-react-app

npm install -g create-react-app

  第二步 通過create-react-app來構建自己的項目

create-react-app demo-app      //demo-app是你要創建的項目名

  第三步 執行

npm start

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章