Make sure to install Node.js first.
-
Clone the repo
git clone [email protected]:outoflaksh/react-firebase-user-auth.git
-
Install NPM packages
npm install
-
Create a Firebase project, then register a web-app. Copy the config file and paste it in a
firebase-config.js
file and store this file in thesrc/
directory. -
Run the server.
npm start