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

https://github.com/mattezekiel/producthunt

Next.js + Firebase
https://github.com/mattezekiel/producthunt

firebase nextjs

Last synced: 3 months ago
JSON representation

Next.js + Firebase

Awesome Lists containing this project

README

        

Es un proyecto en [Next.js](https://nextjs.org/) recreado con [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

Correr el servidor de pruebas:

```bash
npm run dev
# or
yarn dev
```

Ver la versión final

```bash
npm run build
npm export
npm start
```

Abre [http://localhost:3000](http://localhost:3000) con tu navegador preferido.