Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.08 KB

Slack Clone using React JS and Firebase

Title-image

Title-image

Introduction

This is a code repository for the Slack Clone.

Features

The features include:

  • 📝 Google User Authentication (Firebase).
  • 📡 Realtime database in Firebase.
  • 📦 Full responsive
  • 💬 User can add new channels

Usage

To run the application locally; clone the repo, install dependencies and run the app.

$ git clone https://github.com/nitish1310/Slack-Clone
$ cd Slack-Clone
$ yarn && yarn start

The app starts in development mode and opens a browser window on http://localhost:3000. The project rebuilds and the browser reloads automatically when source files are changed. Any build or runtime errors are propagated and displayed in the browser.

Setup:

  • run npm i && npm start for both client and server side to start the development server