-
Run
npm start
. -
Go to localhost:3000.
-
Choose a file.
Use a large file and simulate 3G network speed (use browser dev tools).
Generate ~1 MB file:
yes "Some text" | head -n 100000 > large-file.txt
Run npm start
.
Go to localhost:3000.
Choose a file.
Use a large file and simulate 3G network speed (use browser dev tools).
Generate ~1 MB file:
yes "Some text" | head -n 100000 > large-file.txt