Skip to content

RJHarvest/chat-app-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FyreChat | A simple chat app using Firebase

This project was made to learn how to integrate the firebase API.

Getting Started

  1. First install all the dependcies:
yarn
  1. Then run the program with the following command:
yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Deployment

Run the deployment script using the following command:

yarn deploy