This is skeleton code for building "real-time" quiz and polling tools. The code is intended for quick prototyping and for learning (user) interface programming.
See Vite Configuration Reference.
npm install
npm run dev
Note that this command starts two servers – a Vite server and a simple data and socket communication server.
npm run build
Lint with ESLint
npm run lint