Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boluwatife2904/vue-firebase-chat-app

A multi chatroom web application where users can join different chatrooms and send messages in realtime. Built with vuejs on the frontend and firebase on the backend.
https://github.com/boluwatife2904/vue-firebase-chat-app

firebase firebase-authentication firebase-firestore vuejs

Last synced: 9 days ago
JSON representation

A multi chatroom web application where users can join different chatrooms and send messages in realtime. Built with vuejs on the frontend and firebase on the backend.

Awesome Lists containing this project

README

        

# chat-app

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).