Token exchange based live file uploader that support pause and resume.
You need to have Node.js and npm installed in your machine, these are our only dependencies to run the project locally.
# Clone the project.
git clone https://github.com/xambassador/resumable-live-uploader.git
# Install npm depedencies.
# ---- Go to client folder
cd client
npm install
# Or
yarn
# ---- Go to server folder
cd server
npm install
# Or
yarn
# Run runner.js script using node
node runner.js