# koa-generator **Repository Path**: jxmlearner/koa-generator ## Basic Information - **Project Name**: koa-generator - **Description**: 根据模板生成app的每次的发版要更新的文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-30 - **Last Updated**: 2026-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash npm init -y npm i koa @koa/router koa-json koa-logger -S npm i koa-static koa-body koa-views ejs -S npm i nodemon -D ``` ## Port Configuration By default, the application runs on port 8877. If that port is already in use, the application will automatically try the next available port. You can also specify a custom port using the PORT environment variable: ```bash PORT=3001 npm run dev ```