{"id":18658067,"url":"https://github.com/m-avagyan/webpack-react-typescript-template","last_synced_at":"2025-08-17T10:09:50.876Z","repository":{"id":153228783,"uuid":"548913804","full_name":"m-avagyan/webpack-react-typescript-template","owner":"m-avagyan","description":"Modern template to start creating react app using webpack and typescript 🚀","archived":false,"fork":false,"pushed_at":"2024-03-26T12:39:52.000Z","size":303,"stargazers_count":16,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:22:45.902Z","etag":null,"topics":["commitlint","eslint","husky","i18next","jest","prettier","react","react-router-v6","react-testing-library","react-typescript-boilerplate","react-typescript-starter","react-typescript-webpack","styled-components","typescript","unit-testing","webpack","webpack-react"],"latest_commit_sha":null,"homepage":"https://martikavagyan.com","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/m-avagyan.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":"2022-10-10T11:36:48.000Z","updated_at":"2025-04-09T10:22:50.000Z","dependencies_parsed_at":"2024-11-07T07:44:39.998Z","dependency_job_id":null,"html_url":"https://github.com/m-avagyan/webpack-react-typescript-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-avagyan/webpack-react-typescript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-avagyan%2Fwebpack-react-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-avagyan%2Fwebpack-react-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-avagyan%2Fwebpack-react-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-avagyan%2Fwebpack-react-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-avagyan","download_url":"https://codeload.github.com/m-avagyan/webpack-react-typescript-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-avagyan%2Fwebpack-react-typescript-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270832924,"owners_count":24653644,"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-17T02:00:09.016Z","response_time":129,"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":["commitlint","eslint","husky","i18next","jest","prettier","react","react-router-v6","react-testing-library","react-typescript-boilerplate","react-typescript-starter","react-typescript-webpack","styled-components","typescript","unit-testing","webpack","webpack-react"],"created_at":"2024-11-07T07:31:19.913Z","updated_at":"2025-08-17T10:09:50.854Z","avatar_url":"https://github.com/m-avagyan.png","language":"TypeScript","readme":"# webpack-react-typescript\n\nModern template to start creating react app using webpack and typescript 🚀\n\n## Getting Started\n\nInstalling\n\n-   `git clone https://github.com/m-avagyan/webpack-react-typescript-template.git`\n-   `cd webpack-react-typescript-template`\n-   `yarn install --frozen-lockfile`\n\nRun Locally\n\n-   `yarn dev` - server started at [localhost:3000](https://localhost:3000/) in local mode\n-   `yarn start` - server started at [localhost:3000](https://localhost:3000/) in development mode\n-   `yarn watch` - server started at [localhost:3000](https://localhost:3000/) in production mode\n\nBuild Project\n\n-   `yarn clean` - clean the `dist/` directory\n-   `yarn build` - we can see the output in `dist/` directory\n\nRun Unit Tests\n\n-   `yarn test` - run all test cases\n-   `yarn test:watch` - run all test cases in watch mode\n-   `yarn test:coverage` - run all test cases and collect coverage for each tested files\n\nAnalyze\n\n-   `yarn analyze` - build project to `/dist` and analyze your bundle size in [localhost:3006](http://localhost:3006)\n\nCodebase\n\n-   `yarn lint` - lint the codebase\n-   `yarn format` - format the codebase using prettier\n\n### Tools and Technologies\n\n-   [ReactJS](https://reactjs.org/)\n-   [React Router](https://reactrouter.com/en/main/)\n-   [TypeScript](https://www.typescriptlang.org/)\n-   [Webpack](https://webpack.js.org/)\n-   [Styled Components](https://styled-components.com/)\n-   [i18next](https://react.i18next.com/)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## Commits\n\n-   We use the [conventional commit lint](https://commitlint.js.org/#/) for linting our commit messages\n-   Also before every commit we run the `lint` command using [husky](https://typicode.github.io/husky/#/) for lint our\n    codebase\n\n---\n\n## Author\n\n**Martik Avagyan**\n\n-   Website: [martikavagyan.com](https://martikavagyan.com)\n-   Twitter: [@martikavagyan](https://twitter.com/martikavagyan)\n-   GitHub: [@m-avagyan](https://github.com/m-avagyan)\n\n---\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-avagyan%2Fwebpack-react-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-avagyan%2Fwebpack-react-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-avagyan%2Fwebpack-react-typescript-template/lists"}