# carbon **Repository Path**: super_srhee/carbon ## Basic Information - **Project Name**: carbon - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-20 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概览 项目技术栈: React + React-router + Redux + React-Redux 项目目录: ```bash dasp/ |-- dist/ # 打包生成目录 | |-- public/ # 公共资源目录 | |-- mock/ # 本地请求数据目录 | |-- src/ # 开发目录 | |-- assets | |-- components | |-- config | |-- pages # 此目录下存放的为页面文件,其中名字首字母大写的文件或文件夹为组件。 | |-- router | |-- store | |-- index.jsx | |-- package.json |-- README.md ``` ## 使用 模块安装: ```PowerShell npm install ``` 启动项目: ```PowerShell npm start ``` 打包编译: ```PowerShell npm run build ```