npx create-react-app first-app
cd first-app
npm start
官網的例子不用的嗎?
不用安裝全局,解決版本問題,美滋滋。
cd first-app
npm start
官網的例子不用的嗎?
不用安裝全局,解決版本問題,美滋滋。
2019-04-30
這樣寫好像沒有靈魂。
yarn global add create-react-app
create-react-app first-app
cd first-app
yarn start
yarn global add create-react-app
create-react-app first-app
cd first-app
yarn start
2019-03-02
react16.7+react-router4.3+typescript項目:
https://github.com/BUPTlhuanyu/react-music-lhy
https://github.com/BUPTlhuanyu/react-music-lhy
2019-02-15
已整理本課程知識點完畢,安排~~,地址:https://github.com/CruxF/IMOOC/tree/master/React?1550110613898
2019-02-14