Home

Awesome

node-gtk-template

This is a node-gtk application template. Use it as a base for your own project.

<p align="center"> <img src="./static/demo.png" height="500" /> </p>

Development

Developping a node-gtk application requires you to understand the Gtk documentation, be sure to read the following resources:

Stylesheet

The application stylesheet is at ./src/style.css. If NODE_ENV is not production, it will auto-reload whenever you change it.

Elements

You can open the elements inspector (similar to browsers' devtools) with <kbd>Ctrl-Shift-D</kbd>.

<p align="center"> <img src="./static/inspector.png" /> </p>