{"id":16494473,"url":"https://github.com/james231/angular-scully-jamstack-template","last_synced_at":"2026-01-15T22:10:22.531Z","repository":{"id":38460387,"uuid":"260335239","full_name":"James231/Angular-Scully-JAMStack-Template","owner":"James231","description":"An Angular web application template for use with Scully using JAMStack architecture.","archived":false,"fork":false,"pushed_at":"2023-03-01T02:38:52.000Z","size":705,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T05:24:24.829Z","etag":null,"topics":["angular","api-client","jamstack","scully","template"],"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/James231.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":"2020-04-30T22:53:02.000Z","updated_at":"2022-02-11T12:47:52.000Z","dependencies_parsed_at":"2024-10-28T16:11:26.600Z","dependency_job_id":"8e13fed9-e914-4bf7-81db-e54223f1574c","html_url":"https://github.com/James231/Angular-Scully-JAMStack-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/James231/Angular-Scully-JAMStack-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James231%2FAngular-Scully-JAMStack-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James231%2FAngular-Scully-JAMStack-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James231%2FAngular-Scully-JAMStack-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James231%2FAngular-Scully-JAMStack-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/James231","download_url":"https://codeload.github.com/James231/Angular-Scully-JAMStack-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James231%2FAngular-Scully-JAMStack-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T20:50:13.584Z","status":"ssl_error","status_checked_at":"2026-01-15T20:49:17.379Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","api-client","jamstack","scully","template"],"created_at":"2024-10-11T14:13:47.902Z","updated_at":"2026-01-15T22:10:22.517Z","avatar_url":"https://github.com/James231.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Scully JAMStack Template\n\n### What is Scully, and what is this?\n\n[Scully](https://github.com/scullyio/scully) is a static site generator for [Angular](https://angular.io/). Normally an Angular app would control everything through its own virtual DOM. This means initally the app provides the web browser with a blank page, then the contents are filled in by JS code. This allows server-side rendering if you host on a Node server, but not everybody needs that and would prefer faster startup times instead. Scully simply pre-renders each page of your app to produce a static site which loads instantly. An API layer can be hosted separatley to your site, and your site only needs a cheap/free static web host (like GitHub pages). This approach is known as [JAMStack](https://jamstack.org/).\n\nThis repo is just a basic template Scully/Angular web app, with some example pages/components/layouts, and some useful utilities like an API client and Cookie service.\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.\n\n## Features\n\nImportant: Uses SCSS and TypeScript.\n\n- Global SCSS and Colours set up\n- Example local and global components\n- Example event bindings in custom component\n- Example layout\n- Cookie Service with example - to get and set values to store in web browser, provided through dependency injection\n- Network Service with example - to interact with JSON REST APIs, provided through dependency injection\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ng build` to build the project. Use the `--prod` flag for a production build.  \n  \nThen run `npm run scully` and scully will convert your angular app into a static site. The static built version is in the `./dist/static` folder. Use the `--scanRoutes` flag if you have added/changed routes since your last build. i.e. `npm run scully -- --scanRoutes`.  \n  \nOnce you have done a scully build, opening the HTML file will not work (as the uris won't work with local file paths), but you can run it on a local dev server for testing with `npm run scully -- --open`.\n\n## Documenation\n\n[Angular Documenation](https://angular.io/docs)  \n[Scully Documenation](https://github.com/scullyio/scully/blob/master/docs/scully.md)\n\n\n## License\n\nThis code is released under MIT license. This means you can use this for whatever you want. Modify, distribute, sell, fork, and use this as much as you like. Both for personal and commercial use. I hold no responsibility if anything goes wrong.\n\nIf you use this, you don't need to refer to this repo, or give me any kind of credit but it would be appreciated.\n\n## Contributing\n\nPull Requests are welcome. But, note that by creating a pull request you are giving me permission to merge your code and release it under the MIT license mentioned above. At no point will you be able to withdraw merged code from the repository, or change the license under which it has been made available.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames231%2Fangular-scully-jamstack-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames231%2Fangular-scully-jamstack-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames231%2Fangular-scully-jamstack-template/lists"}