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

https://github.com/bohdanmoroziuk/smackchat

Real-time chat app.
https://github.com/bohdanmoroziuk/smackchat

chat firebase quasar vue

Last synced: 3 months ago
JSON representation

Real-time chat app.

Awesome Lists containing this project

README

          

# SmackChat (smackchat)

> Real-time chat app.

## Install the dependencies
```bash
npm install
```

### Start the app in development mode
```bash
quasar dev
```

### Lint the files
```bash
npm run lint
```

### Build the app for production
```bash
quasar build
```