This application uses React and Express to allow for uploading files into your public directory.
Using npm:
git clone https://github.com/dlamb22/react-express-file-uploader.git
cd react-express-file-uploader
npm install
cd client
npm install
Once it has finished installing all of the packages, run this command:
npm run dev