https://github.com/chewkeanho/app_website_angular

A template repository for using Angular JavaScript Framework to quickly build a static website with modern requirements.

https://github.com/chewkeanho/app_website_angular

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

A template repository for using Angular JavaScript Framework to quickly build a static website with modern requirements.

Basic Info
  • Host: GitHub
  • Owner: ChewKeanHo
  • License: other
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 16.9 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Archived
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Code of conduct Citation Security

README.md

Holloway's Angular Static Website Builder

Holloway Angular

This is a template repository for using Angular JavaScript Framework to quickly build a static website with modern requirements. It is part of and governed by AutomataCI.

Why It Matters

For some good reasons:

  1. Pre-configured Settings - To pre-configure the Angular into generating static website rather than web application.
  2. Avoid 3rd-party Dependency - Angular Universal is sufficent to get the job done - Scully is no longer required.
  3. Seamless Expression - It's much easier to use static website to facilitate business operations compared to hosting a web app.
  4. Seamless GitHub Pages Integrations - Work straight out of the box.

To Publish

Open a terminal, run the following in sequence and if any of them is reporting error: stop and REPORT IT HERE:

$ ./automataCI/ci.sh.ps1 env $ ./automataCI/ci.sh.ps1 setup $ ./automataCI/ci.sh.ps1 prepare $ ./automataCI/ci.sh.ps1 test $ ./automataCI/ci.sh.ps1 build $ ./automataCI/ci.sh.ps1 package $ ./automataCI/ci.sh.ps1 release $ ./automataCI/ci.sh.ps1 deploy

License

IMPORTANT NOTE

This repository is licensed under MIT License. However, since this is a template repository and the website are usually privatized in general, the configured license frameworks defaults to proprietary license. Please update it accordingly.

This repository is licensed under the Proprietary License 1.0 license. Please refer to the LICENSE file.

Citation (CITATION.cff)

# WARNING: auto-generated by AutomataCI

cff-version: "1.2.0"
type: "software"
date-released: "2024-04-04"
title: "Holloway's Angular Static Website Builder"
version: "0.0.1"
license: "MIT"
repository: "https://github.com/ChewKeanHo/APP_Website_Angular"
repository-code: "https://github.com/ChewKeanHo/APP_Website_Angular"
repository-artifact: "https://github.com/ChewKeanHo/APP_Website_Angular/wiki/"
url: "https://www.hollowaykeanho.com"
contact:
  - affiliation: "(Holloway) Chew, Kean Ho"
    email: "hello@hollowaykeanho.com"
    website: "https://www.hollowaykeanho.com"
abstract: |-
  Static website generation (SSG) is a known and easy way to perform
  immediate content publications and facilitating a web services.
  Angular is often the corporate selection for web application usage.
  However, when it comes to SSG, Angular is often perceived as
  overpowered and complicated. While this is true, Angular 17 with
  server-side rendering (SSR) capability can be configured to deliver
  SSG output.

  Therefore, Holloway's Angular Static Website Builder is established
  just to configure a baseline SSG build engine and makes itself as a
  git template repository. That way, anyone can utilize Angular for
  quick SSG deployment.
message: |-
  Please cite and reference this repository accordingly.
authors:
  - given-names: "Kean Ho"
    family-names: "Chew"
    email: "hollowaykeanho@gmail.com"
    affiliation: "Independent"
    orcid: "https://orcid.org/0000-0003-4202-4863"
  - given-names: "Cory"
    family-names: "Galyna"
    email: "124406765+corygalyna@users.noreply.github.com"
    affiliation: "Independent"
identifiers:
  - type: doi
    value: "10.5281/zenodo.10925309"
    description: "Paper"
keywords:
  - "angular"
  - "static site generation"
  - "native and locally available"
  - "self-improvable"
  - "template"

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
(Holloway) Chew, Kean Ho h****o@g****m 6

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • hollowaykeanho (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/git-push.yml actions
  • actions/upload-artifact v4 composite
srcANGULAR/package-lock.json npm
  • 921 dependencies
srcANGULAR/package.json npm
  • @angular-devkit/build-angular ^17.2.3 development
  • @angular/cli ^17.3.2 development
  • @angular/compiler-cli ^17.3.2 development
  • @types/express ^4.17.17 development
  • @types/jasmine ~5.1.0 development
  • @types/node ^18.18.0 development
  • jasmine-core ~5.1.0 development
  • karma ~6.4.0 development
  • karma-chrome-launcher ~3.2.0 development
  • karma-coverage ~2.2.0 development
  • karma-jasmine ~5.1.0 development
  • karma-jasmine-html-reporter ~2.1.0 development
  • typescript ~5.3.2 development
  • @angular/animations ^17.3.2
  • @angular/common ^17.3.2
  • @angular/compiler ^17.3.2
  • @angular/core ^17.3.2
  • @angular/forms ^17.3.2
  • @angular/platform-browser ^17.3.2
  • @angular/platform-browser-dynamic ^17.3.2
  • @angular/platform-server ^17.3.2
  • @angular/router ^17.3.2
  • @angular/service-worker ^17.3.2
  • @angular/ssr ^17.3.2
  • express ^4.18.2
  • rxjs ~7.8.0
  • tslib ^2.3.0
  • zone.js ~0.14.3