{"id":13767325,"url":"https://github.com/rahul-vashishtha/nodegui-mvc-starter","last_synced_at":"2025-08-08T17:14:52.748Z","repository":{"id":150014261,"uuid":"261678149","full_name":"rahul-vashishtha/nodegui-mvc-starter","owner":"rahul-vashishtha","description":"This boilerplate aims to provide a basic structure and format to build large complex application using NodeGUI.","archived":false,"fork":false,"pushed_at":"2020-05-06T19:02:22.000Z","size":129,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T18:43:56.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahul-vashishtha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-05-06T07:02:03.000Z","updated_at":"2025-07-15T19:00:28.000Z","dependencies_parsed_at":"2023-04-19T09:20:16.665Z","dependency_job_id":null,"html_url":"https://github.com/rahul-vashishtha/nodegui-mvc-starter","commit_stats":null,"previous_names":["rahul-vashishtha/nodegui-mvc-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahul-vashishtha/nodegui-mvc-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vashishtha%2Fnodegui-mvc-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vashishtha%2Fnodegui-mvc-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vashishtha%2Fnodegui-mvc-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vashishtha%2Fnodegui-mvc-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahul-vashishtha","download_url":"https://codeload.github.com/rahul-vashishtha/nodegui-mvc-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahul-vashishtha%2Fnodegui-mvc-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269457924,"owners_count":24420323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T16:01:07.479Z","updated_at":"2025-08-08T17:14:52.666Z","avatar_url":"https://github.com/rahul-vashishtha.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates"],"sub_categories":["Samples and Experiments"],"readme":"# nodegui-mvc-starter\n\n**Clone and run to build complex applications in simple modular way.**\n\n## About\n\nThis starter boilerplate is the modified version of the official [nodegui-starter](https://github.com/nodegui/nodegui-starter). This boilerplate aims to provide a basic structure and format to build large complex application using NodeGUI.\nThis uses the [nodegui-deb-builder](https://github.com/RinneganTech/nodegui-deb-builder \"NodeGUI Debian Builder\") to generate `.deb` package.\n\n## To Use\n\nTo clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.\n\nMake sure you have met the requirements listed here: https://docs.nodegui.org/#/tutorial/development-environment\n\nFrom your command line:\n\n```bash\n# Clone this repository\ngit clone https://github.com/RinneganTech/nodegui-mvc-starter\n# Go into the repository\ncd nodegui-mvc-starter\n# Install dependencies\nnpm install\n# Run the app\nnpm start\n```\n\n## Resources for Learning NodeGui\n\n- [docs.nodegui.org](https://nodegui.github.io/nodegui) - all of NodeGui and React Desktop's documentation\n\n## Packaging app as a distributable\n\nIn order to distribute your finished app, you can use [@nodegui/packer](https://github.com/nodegui/packer).\n\n**Note:** For building on Debian, Follow the [nodegui-deb-builder](https://github.com/RinneganTech/nodegui-deb-builder \"NodeGUI Debian Builder\") guide to build .deb executable.\n\n### Step 1: (_**Run this command only once**_)\n\n```sh\nnpx nodegui-packer --init MyAppName\n```\n\nThis will produce the deploy directory containing the template. You can modify this to suite your needs. Like add icons, change the name, description and add other native features or dependencies. Make sure you commit this directory.\n\n### Step 2: (_**Run this command every time you want to build a new distributable**_)\n\nNext you can run the pack command:\n\n```sh\nnpm run build\n```\n\nThis will produce the js bundle along with assets inside the `./dist` directory\n\n```sh\nnpx nodegui-packer --pack ./dist\n```\n\nThis will build the distributable using @nodegui/packer based on your template. The output of the command is found under the build directory. You should gitignore the build directory.\n\nMore details about packer can be found here: https://github.com/nodegui/packer\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul-vashishtha%2Fnodegui-mvc-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahul-vashishtha%2Fnodegui-mvc-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahul-vashishtha%2Fnodegui-mvc-starter/lists"}