Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 566 Bytes

File metadata and controls

20 lines (17 loc) · 566 Bytes

User Authentication with React & Firebase

Functional Signup & Login pages with Material UI templates and React Toastify for displaying errors

Usage

Make sure to install Node.js first.

  1. Clone the repo

    git clone git@github.com:outoflaksh/react-firebase-user-auth.git
  2. Install NPM packages

    npm install 
  3. 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 the src/ directory.

  4. Run the server.

    npm start