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

https://github.com/ruslang02/nodegui-boilerplate

A boilerplate for professional NodeGui apps development.
https://github.com/ruslang02/nodegui-boilerplate

Last synced: about 2 months ago
JSON representation

A boilerplate for professional NodeGui apps development.

Awesome Lists containing this project

README

        

# NodeGui boilerplate

A boilerplate desktop project that includes:
- NodeGui
- SCSS support
- TypeScript
- i18n and localization files
- Multi-platform deployment support
- ESLint rules
- GitHub Actions configuration
- Config files support
- Application message bus

![Screenshot](screenshot.png)

Node.JS v12+ is required to build.

## Installing from sources
```bash
git clone https://github.com/ruslang02/nodegui-boilerplate
cd nodegui-boilerplate/
npm install
npm start
```

## Configuration
File `~/.config/nodegui-boilerplate-nodejs/config.json` is responsible for app configuration.

## License
GPL 3.0

## Third-party
- [NodeGui](https://github.com/nodegui/nodegui)
- [Qt](https://www.qt.io/)
- [Packer](https://github.com/nodegui/packer)