Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 707 Bytes

ReactFirebaseAuthDemo

react-logo enter image description here

An app made with reactjs for demonstrating firebase Authentication

Finished Preview

preview-img

Live Demo

The following app can be tested here

Running on a local machine

#run the following command to download the files
git clone https://github.com/Abhinav-Sajja/ReactFirebaseAuthDemo.git

#install dependencies
npm install

#serve locally
npm start