LitElement + Tailwind + TypeScript Example to query RT server
Simple program to
- login (and start a session)
- fetch a slide
- logout
(just using Lit and TS as an example)
To run using vite:
npm run dev
To build:
npm run build
originally forked from git@github.com:r3dDoX/lit-tailwind-integration.git