Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santospatrick/example-deletable


https://github.com/santospatrick/example-deletable

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Firebase workshop
> Example application made with Next.js + Firebase SDK

[![slides.com embed code screenshot](docs/embed.png)](https://slides.com/santospatrick/firebase)

## Setup
```bash
# first terminal
yarn
yarn dev

# second terminal
cd functions
yarn serve # for emulators

# third terminal
yarn build # for typescript
```