https://github.com/ameerthehacker/letschat
It is an angular5 simple chatting application built with firebase ;)
https://github.com/ameerthehacker/letschat
angular firebase letschat
Last synced: 2 months ago
JSON representation
It is an angular5 simple chatting application built with firebase ;)
- Host: GitHub
- URL: https://github.com/ameerthehacker/letschat
- Owner: ameerthehacker
- License: apache-2.0
- Created: 2017-12-24T09:32:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T14:31:03.000Z (over 8 years ago)
- Last Synced: 2025-10-09T01:29:10.938Z (9 months ago)
- Topics: angular, firebase, letschat
- Language: TypeScript
- Homepage: https://ameerthehacker.github.io/letschat/
- Size: 4.39 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Letschat #
Simple chat app built with __Angular__ and __Firebase__

# Demo #
See the live running app [here](http://ameerthehacker.github.io/letschat/)
# Installation #
1. Install node.js from https://nodejs.org/en/
2. Install angular-cli using the command
```
npm install -g @angular/cli
```
3. In the project folder run
```
npm install
```
4. Update firebase config if needed in __src/environments/environment.ts__
```javascript
firebaseConfig: {
apiKey: YOUR_KEY,
authDomain: YOUR_DOMEAIN,
databaseURL: YOUR_URL,
projectId: YOUR_PROJECT_ID,
storageBucket: YOUR_BUCKET,
messagingSenderId: YOUR_SENDER_ID
}
```
5. Start the server using the command
```
ng serve
```
6. Browse the URL __localhost:4200__ in the browser