{"id":24015055,"url":"https://github.com/1337programming/monoscope-angular-starter","last_synced_at":"2025-06-11T00:04:33.825Z","repository":{"id":66192090,"uuid":"44357913","full_name":"1337programming/monoscope-angular-starter","owner":"1337programming","description":"Angular Starter Project for the monoscope-angular shortcut toolkit.","archived":false,"fork":false,"pushed_at":"2016-03-24T18:46:30.000Z","size":1222,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T18:29:43.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/1337programming.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":"2015-10-16T02:35:18.000Z","updated_at":"2017-01-27T11:40:57.000Z","dependencies_parsed_at":"2023-02-24T08:45:30.130Z","dependency_job_id":null,"html_url":"https://github.com/1337programming/monoscope-angular-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/1337programming%2Fmonoscope-angular-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1337programming","download_url":"https://codeload.github.com/1337programming/monoscope-angular-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172950,"owners_count":22816555,"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":"2025-01-08T07:38:45.971Z","updated_at":"2025-06-11T00:04:33.747Z","avatar_url":"https://github.com/1337programming.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monoscope Angular - Starter App\nAngular Starter Project for the monoscope-angular shortcut toolkit.\n\n## Installation\nClone the repository, cd into the directory, and install the dependencies:\n```\ngit clone https://github.com/1337programming/monoscope-angular-starter.git\ncd monoscope-angular-starter\nnpm install\n```\n\n## Development\nTo run development mode, type the command: `npm run dev`\nThe application will start on port 9000 with hot module replacement (HMR) turned on.\nMonoscope will be running on port 8045.\n\n## Production\nTo build the application, type the command: `npm run prod`\n\n## Architecture\nThe application-wide module is found in index.js. \nIndex.js is to contain all external dependencies, as well as the `loader` module.\nThe loader module is responsible for requiring all angular 1 components. \n\nAll modules that export the module object are in the dependency list of `loader`. For example:\n\n```javascript\nmodule.exports = angular.module('myNewModule');\n```\n\n## Hot Module Replacement\nThe following files and naming conventions have HMR turned on in dev:\n - Controllers with filenames ending in `.controller.js`\n - Templates with filenames ending in `.html`\n - Services with filenames ending in `.service.js`\n - Factories with filenames ending in `.factory.js`\n - Filters with filenames ending in `.filter.js`\n - Directives with filenames ending in `.directive.js`\n\nThe following files are required through the loader, but refresh the browser (as they are configuration):\n - Providers ending in `.provider.js`\n - Constants ending in `.constant.js`\n - Values ending in `.value.js`\n - Configs ending in `.config.js`\n - Runs ending in `.run.js`\n - Decorators ending in `.decorator.js`\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1337programming%2Fmonoscope-angular-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1337programming%2Fmonoscope-angular-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1337programming%2Fmonoscope-angular-starter/lists"}