{"id":17308992,"url":"https://github.com/cbinet/electralize","last_synced_at":"2025-07-31T15:31:35.832Z","repository":{"id":57221439,"uuid":"88221056","full_name":"CBinet/electralize","owner":"CBinet","description":"Boilerplate for quick and beautiful Electron applications","archived":false,"fork":false,"pushed_at":"2018-12-09T22:07:44.000Z","size":156,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-16T23:18:53.133Z","etag":null,"topics":["boilerplate","electron","materializecss"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/electralize","language":"JavaScript","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/CBinet.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}},"created_at":"2017-04-14T01:35:48.000Z","updated_at":"2018-12-12T20:48:26.000Z","dependencies_parsed_at":"2022-08-29T02:12:53.448Z","dependency_job_id":null,"html_url":"https://github.com/CBinet/electralize","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/CBinet%2Felectralize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CBinet%2Felectralize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CBinet%2Felectralize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CBinet%2Felectralize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CBinet","download_url":"https://codeload.github.com/CBinet/electralize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228259187,"owners_count":17892793,"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":["boilerplate","electron","materializecss"],"created_at":"2024-10-15T12:07:30.286Z","updated_at":"2024-12-05T08:20:32.639Z","avatar_url":"https://github.com/CBinet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electralize\r\n**Electralize is a fast way to start beautiful Electron application using Materialize css.**\r\n\r\n## Setup\r\n\r\n### Install with git\r\n\r\nClone the repository\r\n```sh\r\ngit clone https://github.com/CBinet/Electralize.git\r\n```\r\n\r\nInstall dependencies\r\n```sh\r\nnpm install\r\n```\r\n\r\nLaunch the application\r\n```sh\r\nnpm start\r\n```\r\n\r\n### Install with npm\r\n\r\nDownload the npm module\r\n```sh\r\nnpm install electralize\r\n```\r\nExtract the content of the electralize module to the current folder then :\r\nLaunch the application\r\n```sh\r\nnpm start\r\n```\r\n\r\n## Building an app with Electralize\r\n\r\n### Main.js\r\nThis is what would usually be your browser\r\nin a normal web application. You can change the window size, \r\nbind events on resizing and such in this file. \u003cbr\u003e\r\n*Note : You can't access DOM elements in* **main.js**. \r\n\r\n### Index.html\r\nThis is your normal index.html file. Use it like your would\r\nnormally do, like to place elements in the DOM, render\r\ntemplates, import headers, etc. Example, to add your own stylesheets : \u003cbr\u003e\r\n**index.html**\r\n```html\r\n \u003clink rel=\"stylesheet\" href=\"./css/styles.css\"\u003e\r\n```\r\n\r\n### App.js\r\nThis is where you do your application logic : \r\nBind events on DOM elements, do HTTP requests, etc. \u003cbr\u003e\r\nYou can import any other javascript file, either with\r\nthe html *script* tag in your **index.html** file or \r\nwith the **require.js** library : \u003cbr\u003e\r\n\r\n**index.html**\r\n```html\r\n\u003cscript src=\"./js/app.js\"\u003e\u003c/script\u003e \r\n``` \r\n**require.js**\r\n```javascript\r\nvar app = require('./js/app.js');\r\n```\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbinet%2Felectralize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbinet%2Felectralize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbinet%2Felectralize/lists"}