{"id":14971555,"url":"https://github.com/ashishantil07/electron-react-ts-tw-template","last_synced_at":"2026-01-25T03:01:36.236Z","repository":{"id":255217624,"uuid":"848899120","full_name":"AshishAntil07/electron-react-ts-tw-template","owner":"AshishAntil07","description":"A ready-to-go template for Electron, React, Typescript and TailwindCSS Application.","archived":false,"fork":false,"pushed_at":"2024-08-30T17:05:38.000Z","size":215,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T22:03:40.612Z","etag":null,"topics":["desktop-app","electron","react","react-app-rewired","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AshishAntil07.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":"2024-08-28T15:56:47.000Z","updated_at":"2024-09-15T10:32:45.000Z","dependencies_parsed_at":"2024-08-28T17:43:57.547Z","dependency_job_id":"2f69991c-4d6a-4367-9feb-b114faa6b977","html_url":"https://github.com/AshishAntil07/electron-react-ts-tw-template","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"df751576e2b6590fa3eea4daa62fec48d662d2ae"},"previous_names":["ashishantil07/electron-react-ts-tw-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/AshishAntil07/electron-react-ts-tw-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshishAntil07%2Felectron-react-ts-tw-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshishAntil07%2Felectron-react-ts-tw-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshishAntil07%2Felectron-react-ts-tw-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshishAntil07%2Felectron-react-ts-tw-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshishAntil07","download_url":"https://codeload.github.com/AshishAntil07/electron-react-ts-tw-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshishAntil07%2Felectron-react-ts-tw-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["desktop-app","electron","react","react-app-rewired","tailwindcss","typescript"],"created_at":"2024-09-24T13:45:22.444Z","updated_at":"2026-01-25T03:01:36.213Z","avatar_url":"https://github.com/AshishAntil07.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-react-typescript-tailwind Template\n\n## Overview\n\nThis is a ready-to-go template to build ElectronJS Application by leveraging ReactJS, Typescript and TailwindCSS. Organized file structure pre-defined path aliases further contribute to the developer experience.\n\n## Features\n\n- **Electron**: Used for building the desktop application.\n- **React**: Frontend library for building user interfaces.\n- **TypeScript**: Provides static type checking.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n- **Custom Webpack Configuration**: Managed with `react-app-rewired` for customized build setups.\n- **Content Security Policy (CSP)**: Configured to handle inline styles and WebSocket connections securely.\n\n## Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/AshishAntil07/electron-react-ts-tw-template.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```bash\n   cd electron-react-ts-tw-template\n   ```\n\n3. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n## Development\n\nTo start the development server and open the Electron app:\n\n```bash\nnpm run dev\n```\n\nThe development server will be accessible at `http://localhost:3000`, and Electron will load the app from this URL.\n\n## Building for Production\n\nTo create a production build of the React app:\n\n```bash\nnpm run build\n```\n\nThen, you can run Electron with the built files:\n\n```bash\nnpm run electron\n```\n\n## Packaging for distribution\n\nTo Package the app for distribution:\n\n```bash\nnpm run package\n```\n\n## Configuration\n\n- **Content Security Policy**: Updated in `index.html` to allow specific resources. Modify the `meta` tag in `index.html` if needed.\n\n## Contributing\n\nIf you would like to contribute to this project, please fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishantil07%2Felectron-react-ts-tw-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashishantil07%2Felectron-react-ts-tw-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishantil07%2Felectron-react-ts-tw-template/lists"}