Skip to content

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

Notifications You must be signed in to change notification settings

jeeanribeiro/vite-chat

Repository files navigation

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