{"id":19325439,"url":"https://github.com/krypt0nn/electron-blank-app","last_synced_at":"2025-09-03T02:38:19.247Z","repository":{"id":144045197,"uuid":"406296942","full_name":"krypt0nn/electron-blank-app","owner":"krypt0nn","description":"Electron Blank Application","archived":false,"fork":false,"pushed_at":"2021-10-13T15:18:57.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-06T06:43:36.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krypt0nn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-14T09:03:49.000Z","updated_at":"2021-12-04T16:22:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e29dc6a0-fe9b-4808-94e0-94c9bf222d5b","html_url":"https://github.com/krypt0nn/electron-blank-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Felectron-blank-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Felectron-blank-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Felectron-blank-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Felectron-blank-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypt0nn","download_url":"https://codeload.github.com/krypt0nn/electron-blank-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240427325,"owners_count":19799471,"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","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-11-10T02:10:03.392Z","updated_at":"2025-02-24T06:17:00.564Z","avatar_url":"https://github.com/krypt0nn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron Blank Application\n\nThis is the blank application for your electron project\n\n## Requirements\n\nTo use Electron you must have installed node js. For windows it is available on its [official website](https://nodejs.org/en/), for linux you can download the `node` packet from your packet manager\n\n## Installation\n\n```sh\ngit clone https://github.com/krypt0nn/electron-blank-app ./my-app\ncd my-app\nnpm i\n```\n\n`git clone` will download a blank bundle for your project and save it in the `./my-app` directory *(`my-app` folder in the current opened in the console directory)*\n\n`cd my-app` will move you to this downloaded bundle\n\n`npm i` will install requirements\n\n## Set up\n\nIn the `package.json` you should change these parameters:\n\n* name - your project name\n* version\n* description\n* keywords - your project keywords\n* author\n\n## Development\n\nDirectory `src` stores your [TypeScript](https://typescriptlang.org) and [SASS](https://sass-lang.com) code. When you run `npm run dev` command in console - they will compile to the js and css files inside `public` directory\n\nIn the `public` stored information about your application - images it uses, html pages and something you want to use. Other directories will not be available in the compiled binaries\n\nDefault application page is `public/html/index.html`\n\nTo run your application - use `npm start` command. It will automatically run `npm run dev`\n\nTo build binaries run:\n\n* For Windows: `npm run build:win`\n* For Linux: `npm run build:linux`\n\nAll binaries will appear in the `dist` directory\n\n\u003cbr\u003e\n\nAuthor: [Nikita Podvirnyy](https://vk.com/technomindlp)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Felectron-blank-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypt0nn%2Felectron-blank-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Felectron-blank-app/lists"}