Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 619 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 619 Bytes

polly24

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.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Note that this command starts two servers – a Vite server and a simple data and socket communication server.

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint