Skip to content

sauravhathi/react-redux-firebase-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Redux-Firebase-Auth

A simple login/signup application using React, Redux, Firebase, and Material-UI.

Demo

Check out the live demo of the application at:

Screenshots

login/signup
dashboard

Installation

To install the necessary dependencies, run the following command:

npm install

# or

yarn install

Usage

To start the application, use the following command:

npm start

# or

yarn start