# MyPromise **Repository Path**: wait-fish/my-promise ## Basic Information - **Project Name**: MyPromise - **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-02-27 - **Last Updated**: 2024-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript ## README # 手写Promise ## 运行 1. 安装本地node环境 2. 安装nodemon `npm i -g nodemon` 3. 运行项目 `nodemon main.js`