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