Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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