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.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/smackchat
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-04-16T16:03:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T10:34:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T04:31:25.323Z (over 1 year ago)
- Topics: chat, firebase, quasar, vue
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```