Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhznjns/file-share-server

A lite server used to share files in your local area network based on Koa.js(back-end) & vanilla JS(front-end).
https://github.com/bhznjns/file-share-server

Last synced: 7 days ago
JSON representation

A lite server used to share files in your local area network based on Koa.js(back-end) & vanilla JS(front-end).

Awesome Lists containing this project

README

        

# file-share-server

A lite server used to share files in your local area network based on Koa.js(back-end) & vanilla JS(front-end).

## Dependence

[node.js](https://nodejs.org/en/) >= 14.x & A Modern Browser.

## Install

```sh
git clone https://github.com/BHznJNs/file-share-server.git

cd file-share-server

npm i
```

## Launch

```sh
npm start
# or
npm run start
```