Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeeanribeiro/vite-chat

Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO
https://github.com/jeeanribeiro/vite-chat

chat quasar-framework socket-io vite vue

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```shell
yarn install
```

To run as development server:
```shell
yarn dev
```

To build for prodution:
```shell
yarn build
```

To start a local web server that serves the built solution:
```shell
yarn preview
```