https://github.com/dcts/react-firebase-boilerplate
Boilerplate for Firebase Setup (Firestore, Hosting and Storage) with React.js
https://github.com/dcts/react-firebase-boilerplate
Last synced: 12 months ago
JSON representation
Boilerplate for Firebase Setup (Firestore, Hosting and Storage) with React.js
- Host: GitHub
- URL: https://github.com/dcts/react-firebase-boilerplate
- Owner: dcts
- Created: 2021-09-11T10:54:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T00:33:29.000Z (over 2 years ago)
- Last Synced: 2025-06-21T17:05:32.200Z (12 months ago)
- Language: JavaScript
- Homepage: https://react-firebase-boilerpla-fc860.web.app/
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase-Boilerplate
## Setup Guide Frontend
```bash
git fetch
git checkout frontend-only
rm -rf .git
```
## Setup Guide Backend
```bash
git fetch
git checkout backend-only
rm -rf .git
```