Logo

Basic ReactJS + Firebase Login

Basic Implementation of ReactJS + Firebase Auth

Report Bug · Request Feature . DEMO

Table of Contents

About The Project

Basic Implementation of ReactJS + Firebase Auth. Created to learn about, how to create a project with React and Firebase, using the auth based on email and password..

Built With

We work with the next technologies and apps in this App.

Getting Started

Clone the repo, then get run the commands.

How it works

clone the repo.

git clone {thisRepoUrl}

Install the dependencies.

npm i

Run the project

DEV MODE
npm start

...............................
PRODUCTION MODE
npm run build
npm run start

DEV Notes