# goods-easy **Repository Path**: hileek/goods-easy ## Basic Information - **Project Name**: goods-easy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript, React-native ## README # Goods Easy [English](https://github.com/peekdog/react-antd-typescript/blob/main/README.md) | 简体中文 基于React18 + TypeScript + React Native的商品/货物出入库APP。 ## 📕 目录结构 ```plaintext . |-- src/ # 源代码目录 | |-- assets/ # 本地静态资源 | |-- components/ # 组件目录 | |-- Button/ | |-- Header/ | |-- constants/ # 常量 | |-- navigation/ # 导航 | |-- screens/ # 页面 | |-- redux/ # 消息管理中心 | |-- services/ # 后台接口服务 | |-- types/ # typescript类型 | |-- utils/ # 工具库 | |-- HomeApp.tsx # 主应用组件 |-- App.tsx # 主应用 |-- index.jx # 入口文件 |-- tsconfig.json # typescript配置文件 |-- README.md # 项目说明文件 ``` ## 快速开始 你需要在本地安装 [node](http://nodejs.org/) 和 [git](https://git-scm.com/) ### 环境要求 node版本: v18.15.0 npm版本: 9.6.2 ### 克隆仓库 ```bash # 创建一个新的文件夹后,执行命令 git clone https://github.com/peekdog/react-antd-typescript.git ``` Copyright (c) 2024 peekdog