# test_ssh **Repository Path**: psyq/test_ssh ## Basic Information - **Project Name**: test_ssh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动 `yarn`安装相关依赖 `yarn start`本地预览项目 ## 目录结构 -- public -- src -- api(请求数据编写api接口封装函数在这目录) -- http.ts -- assets(存放一些通用样式,字体等) -- style -- images -- components(组件目录) -- Header(某个组件目录) -- index.tsx -- index.module.scss -- common(公用组件目录) -- pages(页面目录) -- home(首页) -- notfound -- post(文章页) -- pins(沸点) -- subscribe(标签管理) -- user(个人页) -- router(路由目录) -- App.tsx -- index.tsx -- react-app-env.d.ts(编写ts声明类型) -- .gitignore -- README.md -- config-overrides.js(编写项目配置,相当于webpack.config.js,有一些api需要到cra的文档下查找) -- package.json -- tsconfig.json -- yarn.lock