1、react项目快速搭建 https://zhuanlan.zhihu.com/p/36890329
$ cnpm install -g create-react-app $ create-react-app my-app $ cd my-app/ $ npm start
2、create-react-app 创建的 项目 目录 介绍 :https://segmentfault.com/q/1010000010275441
注意:build是编译好的js/css/html文件
2022-09-18 17:04:38
1、react项目快速搭建 https://zhuanlan.zhihu.com/p/36890329
$ cnpm install -g create-react-app $ create-react-app my-app $ cd my-app/ $ npm start
2、create-react-app 创建的 项目 目录 介绍 :https://segmentfault.com/q/1010000010275441
注意:build是编译好的js/css/html文件