8000 GitHub - jeeanribeiro/vite-chat: Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

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
0