{"id":20515964,"url":"https://github.com/timothylong/angularjs-starter-kit","last_synced_at":"2026-05-10T17:19:07.577Z","repository":{"id":78373537,"uuid":"70290081","full_name":"timothylong/angularjs-starter-kit","owner":"timothylong","description":"A basic AngularJS application, including routes, controllers, constants, HTML5 History API, and more...","archived":false,"fork":false,"pushed_at":"2017-09-13T13:58:40.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T09:56:30.776Z","etag":null,"topics":["angular","starter-kit"],"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/timothylong.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-07T23:35:32.000Z","updated_at":"2017-09-13T13:59:46.000Z","dependencies_parsed_at":"2023-05-26T18:00:17.452Z","dependency_job_id":null,"html_url":"https://github.com/timothylong/angularjs-starter-kit","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/timothylong%2Fangularjs-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothylong%2Fangularjs-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothylong%2Fangularjs-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothylong%2Fangularjs-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timothylong","download_url":"https://codeload.github.com/timothylong/angularjs-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242118933,"owners_count":20074686,"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","starter-kit"],"created_at":"2024-11-15T21:25:46.363Z","updated_at":"2026-05-10T17:19:07.522Z","avatar_url":"https://github.com/timothylong.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AngularJS Starter Kit\n\nA basic introduction to AngularJS, including routes, controllers, constants, HTML5 History API, and page transitions.\n\n## Goals\n\n- Improve overall file and application organization\n- Clearer documentation\n- Probably even more things, but TBD\n\n## Server Support\n\nTo get full support on pushState URLs, a server side rewrite is necessary. I use an Apache server, so here's the wizardry for that:\n\n**Local**\n\n~~~~\n\u003cVirtualHost *:80 /\u003e\n    DocumentRoot \"Path to project folder\"\n    ServerName local.domain.com\n    \u003cDirectory \"Path to project folder\"\u003e\n        RewriteEngine on\n        RewriteCond %{REQUEST_FILENAME} -f [OR]\n        RewriteCond %{REQUEST_FILENAME} -d\n        RewriteRule ^ - [L]\n        RewriteRule ^ index.html [L]\n    \u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n~~~~\n\n**Remote**\n\n~~~~\n\u003cIfModule mod_rewrite.c\u003e\n    RewriteEngine On\n    RewriteBase /\n    RewriteRule ^index\\.html$ - [L]\n    RewriteCond %{REQUEST_FILENAME} !-f\n    RewriteCond %{REQUEST_FILENAME} !-d\n    RewriteRule . /index.html [L]\n \u003c/IfModule\u003e\n~~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothylong%2Fangularjs-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothylong%2Fangularjs-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothylong%2Fangularjs-starter-kit/lists"}