https://github.com/thehashton/firebase-crud-fen
https://github.com/thehashton/firebase-crud-fen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thehashton/firebase-crud-fen
- Owner: thehashton
- Created: 2024-08-15T13:51:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T12:30:41.000Z (4 months ago)
- Last Synced: 2025-02-03T13:33:25.658Z (4 months ago)
- Language: JavaScript
- Homepage: https://firestore-tutorial.vercel.app
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firebase + React Frontend Now CRUD App
This is the code for the Firebase + React Frontend Now CRUD App.
## Getting Started
### 1. Clone the repo
```
git clone https://github.com/Firebase-JS/crud-react-firebase.git
```### 2. Install the dependencies
```
cd crud-react-firebase
npm install
```### 3. Run the app
```
npm run dev
```