React File Upload
This is a full stack React-Express file uploader but could easily be modified to work with any back-end including cloud storage
Quick Start
# Install dependencies server/client
npm install
cd client
npm install
# Serve on localhost:3000
npm run dev