# Fly **Repository Path**: markstien/fly ## Basic Information - **Project Name**: Fly - **Description**: Fly is a web server. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://marksteinsong.github.io/fly-doc/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fly Fly is a web server. ## 快速开始 #### 安装 ```shell git clone https://gitee.com/markstien/fly-hello.git cd fly-hello npm i ``` #### 运行 ```shell npm start ``` Fly 运行在 `http://localhost:8080`.