# cnode-react-ts **Repository Path**: haoqizhi/cnode-react-ts ## Basic Information - **Project Name**: cnode-react-ts - **Description**: 使用React , React-Hooks, React-Router, Typescript等技术重构CNode社区 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-10 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CNode-React-Ts 一个练手项目,尝试使用 React Hooks 与 Typescript,功能已经基本完成。 等以后水平提高了可能会重构此项目,以及完善移动端的样式。 ![预览图](https://cdn.jsdelivr.net/gh/Tuzilow/blog-image/img/cnode-demo.png) - [演示地址](https://cnodets.netlify.app/#/) ## 本地运行 **使用`yarn`** ```bash $ git clone https://github.com/Tuzilow/cnode-react-ts.git $ yarn install $ yarn start ``` **使用`npm`** ```bash $ git clone https://github.com/Tuzilow/cnode-react-ts.git $ npm install $ npm start ``` ## 技术栈 - React - React-Router - React Hooks - Typescript - ant-design - fetch API