This project is a sample application that shows how to do an infinite scrolling table with:
For development you can run both UI and server in separate processes manually:
# start the UI
cd ui
npm i
npm run start# start the server
cd server
npm i
npm run start