# elysiajs_template **Repository Path**: gunhe/elysiajs_template ## Basic Information - **Project Name**: elysiajs_template - **Description**: No description available - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-05 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 ## bun在线安装 [https://bun.com/](https://bun.com/) ```bash curl -fsSL https://bun.sh/install | bash ``` ## bun 离线安装 下载安装包 [bun-v1.2.21](https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64.zip) ```bash unzip -d /opt bun-linux-x64.zip vim ~/.bashrc export PATH=$PATH:/opt/bun-linux-x64 bun --version ``` # 软件架构 ## Elysia with Bun runtime ## Getting Started To get started with this template, simply paste this command into your terminal: ```bash bun --version # 1.2.15 bun create elysia ./elysia-example ``` ## Development To start the development server run: ```bash git clone https://gitee.com/gunhe/elysiajs_template.git bun install bun run dev ``` Open http://localhost:3000/ with your browser to see the result. ## 文档 ```bash bun add @elysiajs/cors ``` https://elysiajs.com/quick-start.html