Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/
```