# Upload Server
Simple file upload service for testing file upload components.
## Usage
```js
cd ./test/upload-server
// upload dir
mkdir static
yarn install
node app.js
```