uppy/examples/xhr-node
Prakash a25226aab2
Fix @uppy/examples (#6099)
we forgot to update the examples after #5830
2025-12-08 09:48:23 +01:00
..
.gitignore Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
index.html Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
main.js Fix @uppy/examples (#6099) 2025-12-08 09:48:23 +01:00
package.json build(deps-dev): bump vite from 7.1.5 to 7.1.11 (#6021) 2025-10-21 10:07:47 +02:00
README.md Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
server.js Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00

Uppy + Node Example

This example uses Node server and @uppy/xhr-upload to upload files to the local file system.

Run it

To run this example, make sure you've correctly installed the repository root:

corepack yarn install
corepack yarn build

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

corepack yarn workspace @uppy-example/node-xhr start