# react-egg **Repository Path**: chinesetian/react-egg ## Basic Information - **Project Name**: react-egg - **Description**: react前端工程连接egg后端服务 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-egg ## react前端工程连接egg后端服务 1. 登录 2. 增删改查 ### 安装依赖 ``` npm install ``` ### 本地开发启动 ``` npm run dev http://localhost:3000 ``` ### 生产环境构建 ``` npm run build ``` ### 其他 1. nginx代理