{"id":20929316,"url":"https://github.com/kovalenkovpu/react-ts-template","last_synced_at":"2026-04-07T08:01:32.514Z","repository":{"id":137975173,"uuid":"401637968","full_name":"kovalenkovpu/react-ts-template","owner":"kovalenkovpu","description":"Template for ReactJS-TypeScript-Webpack project initial configuration. Includes Jest setup, SCSS Modules configuration.","archived":false,"fork":false,"pushed_at":"2023-03-20T09:28:15.000Z","size":1786,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T20:14:26.590Z","etag":null,"topics":["css-modules","eslint","jest","prettier","reactjs","scss-modules","stylelint","ts","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kovalenkovpu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-31T09:01:24.000Z","updated_at":"2023-04-08T07:58:33.000Z","dependencies_parsed_at":"2023-07-16T14:16:09.788Z","dependency_job_id":null,"html_url":"https://github.com/kovalenkovpu/react-ts-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kovalenkovpu/react-ts-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovalenkovpu%2Freact-ts-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovalenkovpu%2Freact-ts-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovalenkovpu%2Freact-ts-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovalenkovpu%2Freact-ts-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kovalenkovpu","download_url":"https://codeload.github.com/kovalenkovpu/react-ts-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovalenkovpu%2Freact-ts-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["css-modules","eslint","jest","prettier","reactjs","scss-modules","stylelint","ts","typescript","webpack"],"created_at":"2024-11-18T21:18:52.304Z","updated_at":"2026-04-07T08:01:32.496Z","avatar_url":"https://github.com/kovalenkovpu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template repository for manual setup of ReactJS/TypeScript/SCSS Modules project\n\n## Dependencies\n\n```javascript\nnpm i react react-dom react-router-dom -S\n```\n\n## Dev dependencies\n\n### Cross-env for arch-agnostic scripts run\n\n```javascript\nnpm i cross-env -D\n```\n\n### Config\n\nDev dependencies which are required for the webpack setup to run:\n\n```javascript\nnpm i typescript webpack webpack-cli webpack-dev-server webpack-merge ts-loader ts-node ts-jest html-webpack-plugin clean-webpack-plugin copy-webpack-plugin mini-css-extract-plugin sass sass-loader css-loader style-loader -D\n```\n\n### Config types\n\nWebpack setup dependencies types:\n\n```javascript\nnpm i @types/webpack -D\n```\n\n### Testing dependencies\n\nJest, jest cli handy tests filtering, mocking imports:\n\n```javascript\nnpm i jest jest-watch-typeahead identity-obj-proxy jest-environment-jsdom -D\n```\n\n### Core types\n\n```javascript\nnpm i @types/react @types/react-dom -D\n```\n\n### Testing types\n\nAdditional testing types (RTL, RTL-Jest, Hooks, User event):\n\n```javascript\nnpm i @types/jest @testing-library/dom @testing-library/jest-dom @testing-library/react @testing-library/user-event -D\n```\n\n### Linters\n\nCode linting (JS, prettier powered):\n\n```javascript\nnpm i eslint eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks eslint-webpack-plugin eslint-plugin-prettier eslint-config-prettier -D\n```\n\nCode linting (CSS prettier powered):\n\n```javascript\nnpm i stylelint stylelint-config-css-modules stylelint-prettier stylelint-webpack-plugin -D\n```\n\n### Linters types\n\nTypes for the code linting (JS, CSS):\n\n```javascript\nnpm i @typescript-eslint/eslint-plugin @typescript-eslint/parser -D\n```\n\n### Code checking\n\n```javascript\nnpm i prettier husky -D\n```\n\nHusky also requires additional setup for git hooks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovalenkovpu%2Freact-ts-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkovalenkovpu%2Freact-ts-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovalenkovpu%2Freact-ts-template/lists"}