An open API service indexing awesome lists of open source software.

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

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
```