Want to make a React App with a dashboard but don't want the hassle to set up login, password reset, and account setup functionality? Well, this repo takes care of that for you.
- Fork this repo.
cd SimpleReactDashboard
yarn
ornpm i
yarn storybook
- Setup a Firebase Web App at
https://console.firebase.google.com/
- Go to
src/config/Fire.js
in your app and replace the Firebase config generated in the Firebase console. yarn start
ornpm run start
- Go to http://localhost:3000