{"id":18710966,"url":"https://github.com/srm985/static-website-template","last_synced_at":"2026-03-19T06:01:24.150Z","repository":{"id":39262567,"uuid":"232916843","full_name":"srm985/static-website-template","owner":"srm985","description":"A simple template to conceptually demo the creation of a static website without the use of frameworks. Useful for teaching the basics.","archived":false,"fork":false,"pushed_at":"2023-01-05T05:00:54.000Z","size":4120,"stargazers_count":0,"open_issues_count":25,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T08:49:59.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/srm985.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}},"created_at":"2020-01-09T22:18:59.000Z","updated_at":"2020-03-14T22:02:29.000Z","dependencies_parsed_at":"2023-02-03T11:30:31.441Z","dependency_job_id":null,"html_url":"https://github.com/srm985/static-website-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srm985/static-website-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srm985%2Fstatic-website-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srm985%2Fstatic-website-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srm985%2Fstatic-website-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srm985%2Fstatic-website-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srm985","download_url":"https://codeload.github.com/srm985/static-website-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srm985%2Fstatic-website-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"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":[],"created_at":"2024-11-07T12:36:22.696Z","updated_at":"2026-01-25T11:05:23.530Z","avatar_url":"https://github.com/srm985.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Static Website Template\n\n#### A simple template to conceptually demo the creation of a static website without the use of frameworks. Intended to serve as a teaching aid.\n\n## How It Works\n\nThis template allows you to bundle HTML, CSS (SCSS), and JavaScript, and other static assets into a static website bundle, ready to be deployed to your server of choice.\n\n#### Install Dependencies\n\nThis template leverages [Node.js](https://nodejs.org/) to handle all development and build tasks. You'll need to [install Node.js](https://nodejs.org/en/download/) prior to proceeding. It is suggested that you simply pick the `LTS` option.\n\n#### Executing Scripts\n\nAll development and build scripts are executed through a utility called [NPM](). This utility comes bundled with Node.js. NPM also allows us install and manage open source plugins called `node modules`.\n\nAfter cloning / downloading this project, it's important to open a terminal in the project's root directory and execute `npm install`. This command will install all dependencies required to develop or build the project and is only required once.\n\n#### Build (Generate Static Assets)\n```sh\n$ npm install # Only needed the first time.\n$ npm run build\n```\n\n#### Develop (Continuous Development Locally)\n```sh\n$ npm install # Only needed the first time.\n$ npm start\n```\n\n## Template Structure\n\n#### src/\n\n#### dist/\n\n#### README.md\n\n#### package.json\n\n#### package-lock.json\n\n#### .gitignore\n\n#### webpack.config.js\n\n#### .babelrc\n\n#### .eslintrc\n\n#### .stylelintrc.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrm985%2Fstatic-website-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrm985%2Fstatic-website-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrm985%2Fstatic-website-template/lists"}