Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:47.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:17.475Z (almost 2 years ago)
- Topics: express, javascript, react, tutorial
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- 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/
```