react-app
react-app copied to clipboard
react学习项目
react-app
从头开始配置一个react项目 学习项目中的各种配置 欢迎交流学习
启动项目
$ npm install
$ npm run start
打包项目
$ npm run build