Basic Admin UI With Firebase
- Create a Firebase project for your app
- update your Firebase credentials in
src/config/firebase.js
- In the project directory, you can run:
npm install
oryarn install
- Run
npm start
oryarn start
- Open http://localhost:3000 to view it in the browser
- To watch for changes in SCSS files, run
npm run watch-css
oryarn run watch-css