samal-rasmussen / tus-js-client-slice-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

This repo contains an Expo app and a server implementation.

  • Requires Expo cli to be installed: npm install -g expo-cli
  • Also required the Expo Go app on your ios device: https://expo.dev/client

App

  • Run npm i
  • IMPORTANT: Put in ip of the computer that you run the server on into the host variable in App.tsx. Most likely your own pcs ip.
  • Run expo start

Server

  • Run node server.js

Fix

The bug fix is implemented in the fix branch

About


Languages

Language:TypeScript 71.1%Language:JavaScript 28.9%