/vite-chat

Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO

Primary LanguageVue

vite chat

Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO

Pre-requisites:

Node version 16.17.x and higher
Yarn

To install dependencies:

yarn install

To run as development server:

yarn dev

To build for prodution:

yarn build

To start a local web server that serves the built solution:

yarn preview