simple react app to send files to node backend
First clone the repo by using
git clone https://github.com/BryanMwangi/Send-files-example
You can then cd into the app then build both the app the server
cd app
the run
yarn
after which you can
yarn run dev
cd server
then import the necessary node modules by doing
npm install
you can then check out the app on your browser via http://localhost:5173