A simple login/signup application using React, Redux, Firebase, and Material-UI.
Check out the live demo of the application at:
To install the necessary dependencies, run the following command:
npm install
# or
yarn install
To start the application, use the following command:
npm start
# or
yarn start