Skip to content

Latest commit

 

History

History
73 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

73 lines (31 loc) · 1.5 KB

Live chat

Live chat application with React & Firebase - Firestore service.

Prerequisites

Installing

Cloning the repository


git clone https://github.com/ghouljd/chatLive.git

Enter cloned directory and do npm install


cd chatLive/ && npm install --save

Using

Note: You will need to create a Firestore project in Firebase and obtain the project keys for access from the application.

Copy your config parameters of firebase into the app/firebaseConfig.js file. If you don't have any idea of how to create this project, click here.

After your paste your configuration only run the application with npm start


npm start

And visit localhost:3000 in your browser. Any number of users can join whenever they are in the same LAN.

Built tools

  • React - Javascript frontend library.

  • Redux - A predictable state container for JavaScript apps.

  • React-router - Collection of navigational components that compose declaratively with your application.

  • Styled-components - CSS-in-JS Library.

Boosted by

React-Boilerplate

Made by

Jesus Escalante