/table-share

Primary LanguageTypeScript

TableShare

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:

Getting started

  • 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 with npm 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.

Nx

This project was generated using Nx. Nx is a set of Extensible Dev Tools for Monorepos.

Nx Documentation

10-minute video showing all Nx features

Interactive Tutorial