bradtraversy / react_file_uploader

React and Express file uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React and Express file uploader


Languages

Language:JavaScript 72.8%Language:HTML 27.2%