{"id":16593688,"url":"https://github.com/safdarjamal/vanilla-preact","last_synced_at":"2025-08-16T01:29:17.461Z","repository":{"id":99547242,"uuid":"215311211","full_name":"SafdarJamal/vanilla-preact","owner":"SafdarJamal","description":"Vanilla Preact is a barebones starter kit for building Preact applications without build or tooling.","archived":false,"fork":false,"pushed_at":"2022-10-25T18:07:11.000Z","size":21,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T07:22:58.016Z","etag":null,"topics":["barebones-starter-kit","es6-modules","esmodules","hacker-news","htm","javascript","no-build","no-jsx","preact","preact-app","preact-boilerplate","ui","unpkg","vanilla-preact"],"latest_commit_sha":null,"homepage":"https://vanilla-preact.surge.sh","language":"JavaScript","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/SafdarJamal.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":"2019-10-15T13:52:06.000Z","updated_at":"2025-02-23T01:50:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b00e59cb-bf50-447f-b5d8-3fade3d7ff46","html_url":"https://github.com/SafdarJamal/vanilla-preact","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/SafdarJamal/vanilla-preact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvanilla-preact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvanilla-preact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvanilla-preact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvanilla-preact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SafdarJamal","download_url":"https://codeload.github.com/SafdarJamal/vanilla-preact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafdarJamal%2Fvanilla-preact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270655850,"owners_count":24623258,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["barebones-starter-kit","es6-modules","esmodules","hacker-news","htm","javascript","no-build","no-jsx","preact","preact-app","preact-boilerplate","ui","unpkg","vanilla-preact"],"created_at":"2024-10-11T23:43:50.943Z","updated_at":"2025-08-16T01:29:17.451Z","avatar_url":"https://github.com/SafdarJamal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Vanilla Preact\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Vanilla Preact is a barebones starter kit for building \u003ca href=\"https://preactjs.com\"\u003ePreact\u003c/a\u003e applications without build or tooling.\n\u003c/p\u003e\n\n\u003cp\u003e\n  \u003cimg alt=\"Preact App in Action\" src=\"https://user-images.githubusercontent.com/48409548/94811421-c8367f00-040e-11eb-94d3-b3f69e649cad.png\"\u003e\n\u003c/p\u003e\n\n## Development\n\nTo get a local copy of the code, clone it using git:\n\n```\ngit clone https://github.com/SafdarJamal/vanilla-preact.git\ncd vanilla-preact\n```\n\nMake it your own:\n\n```\nrm -rf .git \u0026\u0026 git init\ngit add .\ngit commit -m \"Initial commit\"\n```\n\nGo inside `src` directory:\n\n```\ncd src\n```\n\nNow, you need to start a local web server. The easiest way to do this is to use any of the following options:\n\n[Download Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb)\n\nOR\n\nInstall `http-server` globally:\n\n```\nnpm install http-server -g\n```\n\nThis will install `http-server` globally so that it may be run from the command line anywhere.\n\n```\nhttp-server\n```\n\nOR\n\nUse Python's `SimpleHTTPServer`:\n\n```\npython -m SimpleHTTPServer\n```\n\n## Contributing\n\nContributions, issues, and feature requests are welcome.\n\n## Support\n\nGive a ⭐️ if this project helped you!\n\n## License\n\nLicensed under the [MIT License](https://github.com/SafdarJamal/vanilla-preact/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafdarjamal%2Fvanilla-preact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsafdarjamal%2Fvanilla-preact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafdarjamal%2Fvanilla-preact/lists"}