aromameng / react-app

0 stars 0 forks source link

create-react-app

该项目使用create-react-app构建,移动端项目

页面主要参照 https://github.com/dyq086/wxYuHanStore 开源项目

运行

// 安装依赖
yarn
// 运行
yarn start
// 打包
yarn build