Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 208 Bytes

File metadata and controls

15 lines (13 loc) · 208 Bytes

react-app

从头开始配置一个react项目 学习项目中的各种配置 欢迎交流学习

启动项目

$ npm install
$ npm run start

打包项目

$ npm run build