https://github.com/son-link/nodegui-tuto-reddit-feed
Ejemplo de una apñicación programada con Javascript y NodeGUI
https://github.com/son-link/nodegui-tuto-reddit-feed
example nodegui nodejs tutorial
Last synced: 5 months ago
JSON representation
Ejemplo de una apñicación programada con Javascript y NodeGUI
- Host: GitHub
- URL: https://github.com/son-link/nodegui-tuto-reddit-feed
- Owner: son-link
- License: mit
- Created: 2020-05-04T20:01:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T15:33:41.000Z (over 3 years ago)
- Last Synced: 2025-03-01T20:17:32.653Z (11 months ago)
- Topics: example, nodegui, nodejs, tutorial
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodegui-tuto-reddit-feed
Este es un ejemplo de una aplicación programada en Javascript con Node.js y [NodeGUI](https://github.com/nodegui/nodegui) para crear interfaces gráficas.
Fue creado para [este tutorial](https://son-link.github.io/nodegui/2020/05/04/nodegui-crea-aplicaciones-nativas-node.html) publicado en mi blog.
Para ejecutarlo solo tienes que bajar el código y ejecutar los siguientes comandos
```sh
export QT_INSTALL_DIR=/usr/lib/qt/
npm i
npm start
```