Skip to content

Setup Web Application with Firebase // Chatting Room!

Notifications You must be signed in to change notification settings

zakuradev/firebase-chatting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Quick Chatting

Aplikasi Chatting Berbasis Website.

Screenshot

Screenshot from 2020-05-17 00-57-42

Screenshot from 2020-05-17 01-00-43

Screenshot from 2020-05-17 01-01-33

Screenshot from 2020-05-17 01-05-55

Screenshot_20200517-021428

Screenshot_20200517-021259

Screenshot_20200517-021317

Mulai

1. Clone repo ini

  $ git clone https://github.com/Rendydinar/quickchatting

2. Install & Setup Proses installasi dan setup terbagi menjadi 2 bagian, server & client :

Server

  $ cd quickchatting/server

  $ npm install

Client

pertama, lakukan konfigurasi firebase anda di folder quickchatting/client/src/firebase *penting!

  $ cd quickchatting/client

  $ npm install

3. Jalankan Aplikasi Untuk menjalankan aplikasi terdiri dari 2 bagian :

server

quickchatting/server

  $ cd quickchatting/server
  $ npm run dev 

client

quickchatting/client

  $ cd quickchatting/client
  $ npm start 

Pergi ke localhost:3000

Bugs and Issues

Punya bug, saran atau pertanyaan? Buka masalah baru di sini di GitHub.

About

Setup Web Application with Firebase // Chatting Room!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.1%
  • JavaScript 1.8%
  • HTML 0.1%