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.
- Host: GitHub
- URL: https://github.com/ruslang02/nodegui-boilerplate
- Owner: ruslang02
- License: gpl-3.0
- Created: 2020-09-26T10:51:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T09:18:09.000Z (over 4 years ago)
- Last Synced: 2025-01-13T20:33:52.639Z (4 months ago)
- Language: TypeScript
- Size: 244 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
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)