Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 408 Bytes

File metadata and controls

18 lines (12 loc) · 408 Bytes

React File Upload

This is a full stack React-Express-Node.js file uploader with file upload progress.

Quick Start

# Install dependencies server/client
npm install
cd client
npm install

# Serve on localhost:3000
npm run dev

This project is cloned from react-file-uploader and modified to add upload progress