# elysia-server **Repository Path**: moximxxx/elysia-server ## Basic Information - **Project Name**: elysia-server - **Description**: A elysia server by bunjs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-22 - **Last Updated**: 2024-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Elysia with Bun runtime ## 启动 1.通过GIT 拉取仓库 ``` git clone https://gitee.com/moximxxx/elysia-server.git ``` 2.下载依赖 ```bash bun install ``` 3.启动服务 ```bash bun run dev ``` Open http://localhost:3000/ with your browser to see the result.