{"id":18421262,"url":"https://github.com/thompsonemerson/angular2electron","last_synced_at":"2026-04-12T04:31:47.947Z","repository":{"id":146425108,"uuid":"70515422","full_name":"thompsonemerson/angular2electron","owner":"thompsonemerson","description":"A boilerplate using the Quick Start of Angular 2 with Electron, TypeScript, Sass and NPM Scripts","archived":false,"fork":false,"pushed_at":"2016-10-30T20:43:14.000Z","size":51,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T13:49:25.281Z","etag":null,"topics":["angular","angular-2","boilerplate","electron","sass","typescript"],"latest_commit_sha":null,"homepage":"","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/thompsonemerson.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-10T18:10:20.000Z","updated_at":"2021-03-05T18:24:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"84ccf765-b1e8-4600-882b-1a9ce55d8beb","html_url":"https://github.com/thompsonemerson/angular2electron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thompsonemerson/angular2electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fangular2electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fangular2electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fangular2electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fangular2electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thompsonemerson","download_url":"https://codeload.github.com/thompsonemerson/angular2electron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fangular2electron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31704492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["angular","angular-2","boilerplate","electron","sass","typescript"],"created_at":"2024-11-06T04:24:57.704Z","updated_at":"2026-04-12T04:31:47.927Z","avatar_url":"https://github.com/thompsonemerson.png","language":"JavaScript","readme":"# Angular 2 ♥ Electron\n[![licence mit](https://img.shields.io/badge/licence-MIT-blue.svg)](http://thompsonemerson.mit-license.org/)\n\n\u003e A boilerplate using the [Quick Start](https://github.com/angular/quickstart) of [Angular 2](https://angular.io/) with [Electron](http://electron.atom.io/), [TypeScript](https://www.typescriptlang.org/), [Sass](http://sass-lang.com/) and [NPM Scripts](https://docs.npmjs.com/misc/scripts)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/thompsonemerson/angular2electron/blob/master/screenshot.png?raw=true\"\u003e\n\u003c/p\u003e\n\n## What use?\n- [Sass](http://sass-lang.com/)\n- [Angular2](https://angular.io/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Typings](https://github.com/typings/typings)\n- [Electron](http://electron.atom.io/)\n- [Karma](https://karma-runner.github.io/)\n- [Jasmine](http://jasmine.github.io/)\n- [Protactor](http://www.protractortest.org)\n\n## Quick start\nMake sure you have the [node](https://nodejs.org/en/) installed on your machine and follow the commands...\n\n```bash\n# clone application\n$ git clone https://github.com/thompsonemerson/angular2electron.git\n$ cd angular2electron\n\n# install dependencies\n$ npm install\n\n# start application\n$ npm start\n```\n\nand done!\nif everything went right, the application starts to run!\n\n\n## Commands\n`$ npm install`: Install all necessary dependencies of the application. \u003c/br\u003e\n`$ npm start`: Runs application in development mode. \u003c/br\u003e\n`$ npm run tsc`: Runs the TypeScript compiler once. \u003c/br\u003e\n`$ npm run tsc:w`: Runs the TypeScript compiler in watch mode. \u003c/br\u003e\n`$ npm run sass`: Runs the Sass compiler once. \u003c/br\u003e\n`$ npm run sass:w`: Runs the Sass compiler in watch mode. \u003c/br\u003e\n`$ npm test`: Compiles, runs and watches the karma unit tests. \u003c/br\u003e\n`$ npm run e2e`: Run protractor e2e tests, written in JavaScript (*e2e-spec.js). \u003c/br\u003e\n\n\n## Contributing\nHelp improve these docs. Open an [issue](https://github.com/thompsonemerson/angular2electron/issues/new) or submit a pull request.\n\n1. Navigate to the main page of the repository\n1. [Fork it!](https://github.com/thompsonemerson/angular2electron#fork-destination-box)\n1. Create your feature branch: `git checkout -b my-new-feature`\n1. Commit your changes: `git commit -m 'Add some feature'`\n1. Push to the branch: `git push origin my-new-feature`\n1. Submit a pull request =D\n\n\n## License\n[MIT License](http://thompsonemerson.mit-license.org/) © Emerson Thompson\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonemerson%2Fangular2electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthompsonemerson%2Fangular2electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonemerson%2Fangular2electron/lists"}