{"id":22687315,"url":"https://github.com/dead-beef/ng2-make-starter","last_synced_at":"2026-05-07T18:48:08.051Z","repository":{"id":131249939,"uuid":"183944957","full_name":"dead-beef/ng2-make-starter","owner":"dead-beef","description":"Angular 2+ application starter kit","archived":false,"fork":false,"pushed_at":"2019-05-06T01:54:25.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T16:32:12.703Z","etag":null,"topics":["angular","makefile","nodejs","starter-project"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dead-beef.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":"2019-04-28T18:33:50.000Z","updated_at":"2019-05-06T01:54:27.000Z","dependencies_parsed_at":"2023-07-01T07:46:37.697Z","dependency_job_id":null,"html_url":"https://github.com/dead-beef/ng2-make-starter","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/dead-beef%2Fng2-make-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Fng2-make-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Fng2-make-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead-beef%2Fng2-make-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dead-beef","download_url":"https://codeload.github.com/dead-beef/ng2-make-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207491,"owners_count":20740723,"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":["angular","makefile","nodejs","starter-project"],"created_at":"2024-12-09T23:17:53.917Z","updated_at":"2026-05-07T18:48:07.970Z","avatar_url":"https://github.com/dead-beef.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular 2+ application starter kit\n\n## Overview\n\nA starter kit for standalone Angular 2+ application based on NodeJS and Make.\n\n## Project structure\n\n* `./src` - application\n  * `./src/components` - components\n  * `./src/interfaces` - interfaces\n  * `./src/modules` - modules\n  * `./src/services` - services (development)\n  * `./src/css` - stylesheets (scss files are compiled to application css bundle)\n    * `./src/css/main.scss` - main application stylesheet\n    * `./src/css/vendor.scss` - main vendor stylesheet\n  * `./src/img` - images\n* `./bin` - build scripts\n* `./build` - temporary build files\n* `./dist` - bundled application\n* `./e2e` - end to end tests\n* `./config` - configuration files\n\n## Requirements\n\n- [`Node.js`](https://nodejs.org/)\n- [`NPM`](https://nodejs.org/)\n- [`GNU Make`](https://www.gnu.org/software/make/)\n- [`Git`](https://git-scm.com/)\n\n## Installation\n\n```bash\ngit clone --recursive https://github.com/dead-beef/ng2-make-starter.git\ncd ng2-make-starter\nmake install\n```\n\n## Building\n\n```bash\n# single run\nmake\n# continuous\nmake watch\n# single run, minify\nmake min\n# continuous, minify\nmake min-watch\n```\n\n## Testing\n\n```bash\n# unit, single run\nmake test\n# unit, continuous\nmake test-watch\n# end to end, single run\nmake test-e2e\n# all, single run\nmake test-all\n# test application bundle\nTEST_BUNDLE=1 make test\n# select browsers (default: Firefox)\nTEST_BROWSERS=\"Firefox Chrome\" make test\n```\n\n## Code Linting\n\n```bash\nmake lint\n```\n\n## Server\n\n```bash\nmake start\nmake SERVER_IP=192.168.1.10 SERVER_PORT=1080 start\nmake stop\n```\n\n## Licenses\n\n* [`ng2-make-starter`](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead-beef%2Fng2-make-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdead-beef%2Fng2-make-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead-beef%2Fng2-make-starter/lists"}