{"id":17602388,"url":"https://github.com/gauravdalvi2012/webpack-react-typescript","last_synced_at":"2026-02-15T05:32:40.538Z","repository":{"id":257845981,"uuid":"864140078","full_name":"gauravdalvi2012/webpack-react-typescript","owner":"gauravdalvi2012","description":"CLI to generate a Webpack React TypeScript Project","archived":false,"fork":false,"pushed_at":"2025-03-18T18:09:15.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T02:17:00.093Z","etag":null,"topics":["cli","npm","react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@gauravdalvi/webpack-react-typescript","language":"JavaScript","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/gauravdalvi2012.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,"zenodo":null}},"created_at":"2024-09-27T15:08:42.000Z","updated_at":"2025-03-18T18:09:18.000Z","dependencies_parsed_at":"2025-03-09T00:31:48.508Z","dependency_job_id":"228c051a-5d81-4c56-8c50-6e39435c41a0","html_url":"https://github.com/gauravdalvi2012/webpack-react-typescript","commit_stats":null,"previous_names":["gauravdalvi2012/webpack-react-typescript"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gauravdalvi2012/webpack-react-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravdalvi2012%2Fwebpack-react-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravdalvi2012%2Fwebpack-react-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravdalvi2012%2Fwebpack-react-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravdalvi2012%2Fwebpack-react-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gauravdalvi2012","download_url":"https://codeload.github.com/gauravdalvi2012/webpack-react-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravdalvi2012%2Fwebpack-react-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29470624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T05:26:30.465Z","status":"ssl_error","status_checked_at":"2026-02-15T05:26:21.858Z","response_time":118,"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":["cli","npm","react","typescript","webpack"],"created_at":"2024-10-22T13:08:07.133Z","updated_at":"2026-02-15T05:32:40.522Z","avatar_url":"https://github.com/gauravdalvi2012.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack React TypeScript CLI\n\nA CLI tool to generate a simple Webpack React TypeScript project setup. This project provides a ready-to-use development environment with essential tooling like Babel, Webpack, Prettier, and TypeScript.\n\n## Features\n\n- **React 18** with TypeScript support\n- Webpack setup for both development and production\n- Babel for compiling modern JavaScript/TypeScript\n- Prettier for code formatting\n- CSS and asset bundling with Webpack\n- Dev server with hot-reloading\n\n## Usage\n\nTo create a new Webpack React TypeScript project, you can directly use `npx` without installing the tool globally:\n\n```bash\nnpx @gauravdalvi/webpack-react-typescript@latest \u003cproject-name\u003e\n```\nThis will create a new folder with the specified name and initialize the project with a complete Webpack, React, and TypeScript setup.\n\n## Install Dependencies\nInside your generated project, run the following command to install dependencies:\n\n```bash\nnpm install\n```\n\n## Start the Development Server\nInside your generated project, run the following command to start the development server:\n\n```bash\nnpm start\n```\n\nThis will open your project in a browser with live reload capabilities.\n\n## Build for Production\nTo build the project for production:\n\n```bash\nnpm run build\n```\nThis will create a dist folder with the bundled and minified code ready for deployment.\n\n## Code Formatting\nTo format your code using Prettier, run:\n\n```bash\nnpm run format\n```\n\n## Create a New React Component\nTo quickly create a new React component, run:\n\n```bash\nnpm run create-component \u003ccomponent-name\u003e\n```\nThis will execute the create_component.sh script to generate a boilerplate for your component.\n\n## Template Overview\nThe generated project will have the following structure:\n\n```bash\n.\n├── package.json\n├── README.md\n├── scripts\n│   └── create_component.sh\n├── src\n│   ├── App.tsx\n│   ├── assets\n│   │   └── logo.svg\n│   ├── index.css\n│   ├── index.html\n│   ├── index.tsx\n│   └── types\n│       └── declarations.d.ts\n├── tsconfig.json\n├── webpack.config.js\n└── webpack.prod.js\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravdalvi2012%2Fwebpack-react-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravdalvi2012%2Fwebpack-react-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravdalvi2012%2Fwebpack-react-typescript/lists"}