An early-stage mock to share a virtual desk or table between multiple end users or collaborators. Or rather a technological experiment to try out interesting technologies :). In particular:
- Make sure you have a recent version of NodeJS installed (>= 10.19).
- Clone the repository and download all dependencies with
npm install
. - Start the backend with
npm start -- api
and the frontend withnpm start -- table
.
The app will be served on port 4200. You can open it in multiple browser windows and the state will be synced automatically.
This project was generated using Nx. Nx is a set of Extensible Dev Tools for Monorepos.