# koa-icdong **Repository Path**: icdong/koa-icdong ## Basic Information - **Project Name**: koa-icdong - **Description**: koa2脚手架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2026-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## koa脚手架 ``` 启动 MySQL 进入 MySQL 安装目录 例如 C:\mysql-8.0.22-winx64\bin cmd 以管理员权限运行 启动命令 net start mysql show databases 切换数据库:user test 显示表:show tables 进入 server 根目录运行 yarn start // npm start localhost:3000 ``` 打包 ``` yarn build // npm build ``` 1、安装MySQL(安装、配置环境变量) 2、创建数据库(blog,链接密码,密码规则)