https://github.com/firelayer/chat-template
Firelayer Template - Slack Chat (Realtime Database)
https://github.com/firelayer/chat-template
app boilerplate chat clone database firebase firelayer realtime slack template vue vuetify
Last synced: 9 months ago
JSON representation
Firelayer Template - Slack Chat (Realtime Database)
- Host: GitHub
- URL: https://github.com/firelayer/chat-template
- Owner: firelayer
- License: mit
- Created: 2020-05-17T16:51:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T14:48:09.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T16:15:41.113Z (about 1 year ago)
- Topics: app, boilerplate, chat, clone, database, firebase, firelayer, realtime, slack, template, vue, vuetify
- Language: SCSS
- Homepage: https://firelayer-chat.web.app
- Size: 979 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> https://firelayer-chat.web.app
### Firelayer Documentation
[Documentation Website](https://firelayer.io/docs)
## Installation Guide
You can use an existing Firebase project or create a new project on the [Firebase Console](https://console.firebase.google.com).
Follow the guide on preparing a Firebase project for Firelayer
**[Setting up Firebase - Guide](https://firelayer.io/docs/setting-up-firebase)**
#### Starting in a new project
```sh
firelayer init new-project -t chat
```
#### Adding to a current firelayer project
```sh
firelayer add:template chat
```
### Quick Start
> After Install
To start run **`yarn dev`** or **`npm run dev`** and the three applications should be ready on:
- chat - http://localhost:8083
> ports may change if already in use by other services
## Content
#### [`apps/chat` Chat](/apps/chat/README.md)
- Slack like Chat for Realtime Database
- Vue & Vuetify Components
## Development
Chat template is organized as a monorepo using [Lerna](https://lerna.js.org/) and yarn workspaces. Useful scripts include:
#### `yarn bootstrap`
> Installs package dependencies and links packages together - using lerna and yarn workspaces
#### `yarn build`
> Cleans the previous builds and starts building on all sub packages - using lerna run build
#### `yarn dev`
> Starts the dev mode on all sub packages - using lerna run dev
## License
Firelayer is open-sourced software licensed under the [MIT license](https://github.com/firelayer/firelayer/blob/master/LICENSE).