Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 305 Bytes

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