{"id":16633092,"url":"https://github.com/yazaldefilimone/virtual-dom","last_synced_at":"2026-04-29T16:08:21.454Z","repository":{"id":241193368,"uuid":"703962299","full_name":"yazaldefilimone/virtual-dom","owner":"yazaldefilimone","description":"Building a Virtual DOM ","archived":false,"fork":false,"pushed_at":"2023-10-12T15:41:52.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T20:53:41.223Z","etag":null,"topics":["dom","react","virtual-dom","web"],"latest_commit_sha":null,"homepage":"","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/yazaldefilimone.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":"2023-10-12T09:02:10.000Z","updated_at":"2024-05-22T21:29:46.000Z","dependencies_parsed_at":"2024-05-22T23:43:16.423Z","dependency_job_id":null,"html_url":"https://github.com/yazaldefilimone/virtual-dom","commit_stats":null,"previous_names":["yazaldefilimone/virtual-dom"],"tags_count":0,"template":false,"template_full_name":"yazaldefilimone/typescript-starter","purl":"pkg:github/yazaldefilimone/virtual-dom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fvirtual-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fvirtual-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fvirtual-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fvirtual-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yazaldefilimone","download_url":"https://codeload.github.com/yazaldefilimone/virtual-dom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fvirtual-dom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32433048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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":["dom","react","virtual-dom","web"],"created_at":"2024-10-12T05:12:00.534Z","updated_at":"2026-04-29T16:08:21.439Z","avatar_url":"https://github.com/yazaldefilimone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003csamp\u003e\n \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=TypeScript Starter\u0026message=Welcome\u0026color=FFFFFF\u0026labelColor=110C2F\" alt=\"TypeScript Starter welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=version\u0026message=1.0\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/yazaldefilimonepinto/typescript-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Languages\" src=\"https://img.shields.io/github/languages/count/yazaldefilimonepinto/typescript-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\nTypescript starter with vitest, prettier, eslint. \u003cbr\u003e\nAll the tools you need to build your project.\n\u003cP/\u003e\n\n## Features\n\n- ⚡️ Vitest 0.34\n- ⭐ Node 18\n- ⛑ TypeScript\n- 📏 ESLint — To find and fix problems in your code\n- 💖 Prettier — Code Formatter for consistent style\n- 🐶 Husky — For running scripts before committing\n- 🚓 Commitlint — To make sure your commit messages follow the convention\n- 🚫 lint-staged — Run ESLint and Prettier against staged Git files\n- ⚙️ EditorConfig - Consistent coding styles across editors and IDEs\n- 🗂 Path Mapping — Import components or images using the `~/` prefix\n\n### Development\n\nTo start the project locally, run:\n\n```bash\n  npm dev\n  our\n  yarn dev\n```\n\n### Requirements\n\n- Node.js \u003e= 18.13.0\n- npm our yarn\n\n### Scripts\n\n- `yarn/npm dev` — Starts the application in development mode.\n- `yarn/npm build` — Creates an optimized production build of your application.\n- `yarn/npm start` — Starts the application in production mode.\n- `yarn/npm lint` — Runs ESLint for all files.\n- `yarn/npm format` — Try format files use prettier.\n- `yarn/npm lint:fix` — Try fix files use eslint.\n- `yarn/npm lint:all` — Runs all lint scripts and format: `npm run format \u0026\u0026 npm run lint:fix \u0026\u0026 npm run lint` .\n- `yarn/npm test` — Runs test files without watch mode.\n- `yarn/npm test:watch` — Runs test files with watch mode.\n- `yarn/npm test:ui` — Run in browser UI views tests.\n- `yarn/npm test:coverage` — Runs test files with coverage report.\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n\n### License\n\n[MIT](https://github.com/yazaldefilimonepinto/typescript-starter/blob/main/LICENSE) © [Yazalde Filimone](https://www.linkedin.com/in/yazalde-filimone/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fvirtual-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyazaldefilimone%2Fvirtual-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fvirtual-dom/lists"}