# hooks-ts-test **Repository Path**: leechileung/hooks-ts-test ## Basic Information - **Project Name**: hooks-ts-test - **Description**: 一个React hooks redux 运用例子 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-09-11 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HOOKS-TS-TEST 这是一个使用 React Hooks 开发的前端项目, 使用了 TypeScript, 添加了 Jest、Enzyme 测试 ## 提前准备 1. [nodeJS](https://nodejs.org/zh-cn/) 8.0 以上版本 ## 启动应用 1. `npm run start-server` 2. `npm start` 3. 浏览器就会自动打开:`http://localhost:9000`