2020-12-06 20:45:23 +08:00
|
|
|
# Upload Server
|
|
|
|
|
|
|
|
Simple file upload service for testing file upload components.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```js
|
|
|
|
|
2021-01-11 21:15:34 +08:00
|
|
|
cd ./test/upload-server
|
|
|
|
|
|
|
|
// upload dir
|
|
|
|
mkdir static
|
2020-12-06 20:45:23 +08:00
|
|
|
|
|
|
|
yarn install
|
|
|
|
|
|
|
|
node app.js
|
|
|
|
|
|
|
|
```
|