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

https://github.com/thehashton/firebase-crud-fen


https://github.com/thehashton/firebase-crud-fen

Last synced: 3 months ago
JSON representation

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