https://github.com/thinkswan/react-express-file-uploader
A React app for uploading files to an Express server.
https://github.com/thinkswan/react-express-file-uploader
express javascript react tutorial
Last synced: 3 days ago
JSON representation
A React app for uploading files to an Express server.
- Host: GitHub
- URL: https://github.com/thinkswan/react-express-file-uploader
- Owner: thinkswan
- Created: 2019-06-28T09:02:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:47.000Z (about 5 years ago)
- Last Synced: 2025-10-05T09:01:44.592Z (6 months ago)
- Topics: express, javascript, react, tutorial
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-express-file-uploader
A React app for uploading files to an Express server.
Based on the following tutorial: [Traversy Media: React File Uploader With Express (Using React Hooks)](https://www.youtube.com/watch?v=b6Oe2puTdMQ)
## Get started
```
yarn
cd client/ && yarn && cd ../ # Run `yarn` in `client/` to install client dependencies
yarn dev
open http://localhost:3000/
```