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
- Host: GitHub
- URL: https://github.com/mattezekiel/producthunt
- Owner: MattEzekiel
- Created: 2022-05-26T00:01:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T21:56:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T09:54:11.178Z (5 months ago)
- Topics: firebase, nextjs
- Language: JavaScript
- Homepage: https://product-hunt-9be34.web.app/
- Size: 691 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.