{"id":24738438,"url":"https://github.com/guasam/react-webpack-typescript-2023","last_synced_at":"2025-10-10T07:32:45.107Z","repository":{"id":62081807,"uuid":"360734215","full_name":"guasam/react-webpack-typescript-2023","owner":"guasam","description":"Minimal boilerplate for creating Web Applications using  React, Webpack \u0026 TypeScript using best practices","archived":false,"fork":false,"pushed_at":"2023-03-07T10:46:22.000Z","size":395,"stargazers_count":78,"open_issues_count":0,"forks_count":37,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T06:08:49.195Z","etag":null,"topics":["boilerplate","eslint","minimal","react","react-fast-refresh","react-refresh","rwt","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/guasam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"guasam","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-04-23T01:58:32.000Z","updated_at":"2025-03-23T15:23:16.000Z","dependencies_parsed_at":"2025-01-27T22:49:23.679Z","dependency_job_id":"3024d259-fda4-4ac6-bb75-57e2be765959","html_url":"https://github.com/guasam/react-webpack-typescript-2023","commit_stats":null,"previous_names":["guasam/react-webpack-typescript-2023","codesbiome/react-webpack-typescript-2023"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/guasam/react-webpack-typescript-2023","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Freact-webpack-typescript-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Freact-webpack-typescript-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Freact-webpack-typescript-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Freact-webpack-typescript-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guasam","download_url":"https://codeload.github.com/guasam/react-webpack-typescript-2023/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guasam%2Freact-webpack-typescript-2023/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003189,"owners_count":26083533,"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-10-10T02:00:06.843Z","response_time":62,"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":["boilerplate","eslint","minimal","react","react-fast-refresh","react-refresh","rwt","typescript","webpack"],"created_at":"2025-01-27T22:48:18.161Z","updated_at":"2025-10-10T07:32:45.102Z","avatar_url":"https://github.com/guasam.png","language":"TypeScript","funding_links":["https://ko-fi.com/guasam"],"categories":[],"sub_categories":[],"readme":"# React Webpack Typescript (RWT)\n\nReact Webpack Typescript Boilerplate with custom webpack configurations for hot reloading.\n\nA minimal secure boilerplate for writing Web Applications using [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) \u0026 [TypeScript](https://www.typescriptlang.org/). \u003cbr /\u003e This project makes use of latest packages and configurations to serve the best environment for development.\n\n\u003cbr\u003e\n\n## Screenshot\n\n\u003cimg src=\"assets/images/screenshot.png\" /\u003e\n\n\u003cbr\u003e\n\n## Core Features\n\n- ⚛️ React\n- 🌀 TypeScript\n- 🥗 SASS/SCSS Loader\n- 🛶 LESS Loader (optional)\n- 🎨 CSS Loader\n- 📸 Image Loader\n- 🆎 Font Loader\n- 🧹 ESLint\n- 🔱 Webpack \u0026 Configuration\n- 🧩 Aliases for Project Paths\n- 🔥 React Fast Refresh + Webpack HMR\n- 🌞 Dark Mode + Light Mode (Theme)\n\n\u003cbr /\u003e\n\n## Installation\n\n#### To install this boilerplate you need to run following commands\n\n\u003cbr\u003e\n\nClone the repository :\n\n```bash\ngit clone https://github.com/codesbiome/react-webpack-typescript-2022\n```\n\n\u003cbr\u003e\n\nInstall dependencies using Yarn or NPM or PNPM :\n\n```bash\n# using pnpm\npnpm install\n\n# or using yarn\nyarn install\n\n# or using npm\nnpm install\n```\n\n\u003cbr /\u003e\n\n## Start : Development\n\nTo develop and run your web application, you need to run following command :\n\n```bash\nyarn start\n```\n\n\u003cbr /\u003e\n\n## Lint : Development\n\nTo lint application source code using ESLint via this command :\n\n```bash\nyarn lint\n```\n\n\u003cbr /\u003e\n\n## Build : Production\n\nDistribution files output will be generated in `dist/` directory by default.\n\nTo build the production ready files for distribution, use the following command :\n\n```bash\nyarn build\n```\n\n\u003cbr /\u003e\n\n## Serve : Production\n\nServe helps you serve a static site, single page application or just a static file. It also provides a neat interface for listing the directory's contents. This command serves build files from `dist/` directory.\n\n```bash\nyarn serve\n```\n\n\u003cbr /\u003e\n\n## Webpack Configurations\n\nTo make it easier for managing environment based webpack configurations, we using separated `development` and `production` configuration files, they are available in :\n\n```bash\n# Development webpack config\ntools/webpack/webpack.config.dev.js\n\n# Production webpack config\ntools/webpack/webpack.config.prod.js\n```\n\nFor further information, you can visit [Webpack Configuration](https://webpack.js.org/configuration/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguasam%2Freact-webpack-typescript-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguasam%2Freact-webpack-typescript-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguasam%2Freact-webpack-typescript-2023/lists"}