# node-static **Repository Path**: wudandong/node-static ## Basic Information - **Project Name**: node-static - **Description**: node-koa 静态资源服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-08 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 静态文件服务 ## 安装 `npm install` ## 运行 `nodemon app.js` ## 编译 `npm run pkg` ## 配置文件 config.json ```json { "root": "/Users/wdd/desktop", // 需要共享为文件目录 "port": "3030" // 服务端口号 } ```