react.js環境配置(create-react-app)

利用create-react-app配置react環境,一鍵搞定。
npm install -g create-react-app
create-react-app myApp   //myApp是項目名
cd myApp/
npm start     //啓動reactreact

相關文章
相關標籤/搜索