{"id":40491725,"url":"https://github.com/ayungavis/parcel-react-typescript","last_synced_at":"2026-01-20T18:52:40.046Z","repository":{"id":71588825,"uuid":"595464135","full_name":"ayungavis/parcel-react-typescript","owner":"ayungavis","description":"Parcel + React boilerplate for your app","archived":false,"fork":false,"pushed_at":"2024-01-05T09:32:39.000Z","size":2797,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-05T10:45:59.544Z","etag":null,"topics":["chakra","parcel","react","react-router","typescript"],"latest_commit_sha":null,"homepage":"https://parcel-react-typescript.pages.dev/","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/ayungavis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-01-31T05:59:58.000Z","updated_at":"2023-03-14T08:10:33.000Z","dependencies_parsed_at":"2023-11-25T19:26:36.474Z","dependency_job_id":"e092f49b-af5a-4958-ac28-fc0e67e3a5e6","html_url":"https://github.com/ayungavis/parcel-react-typescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/ayungavis/parcel-react-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayungavis%2Fparcel-react-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayungavis%2Fparcel-react-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayungavis%2Fparcel-react-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayungavis%2Fparcel-react-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayungavis","download_url":"https://codeload.github.com/ayungavis/parcel-react-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayungavis%2Fparcel-react-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28609263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"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":["chakra","parcel","react","react-router","typescript"],"created_at":"2026-01-20T18:52:39.125Z","updated_at":"2026-01-20T18:52:40.034Z","avatar_url":"https://github.com/ayungavis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parcel + React Boilerplate 🚀\n\n![Current Version](https://img.shields.io/badge/version-v1.0-blue)\n![GitHub contributors](https://img.shields.io/github/contributors/ayungavis/parcel-react-typescript)\n![GitHub stars](https://img.shields.io/github/stars/ayungavis/parcel-react-typescript?style=social)\n![GitHub forks](https://img.shields.io/github/forks/ayungavis/parcel-react-typescript?style=social)\n![Twitter Follow](https://img.shields.io/twitter/follow/ayungavis?style=social)\n\nThis is a boilerplate for React + Typescript + Parcel. It's a simple boilerplate that I use for my personal projects. It's not a complete boilerplate, but it's a good starting point for your project.\n\nThe project is also hosted on [CloudFlare page](https://parcel-react-typescript.pages.dev/).\n\n## Table of Contents\n\n- [Parcel + React Boilerplate 🚀](#parcel--react-boilerplate-)\n  - [Table of Contents](#table-of-contents)\n  - [Getting Started](#getting-started)\n    - [Tools Required](#tools-required)\n    - [Running the App](#running-the-app)\n  - [Deployment](#deployment)\n  - [Contributing](#contributing)\n  - [Versioning](#versioning)\n  - [Authors](#authors)\n      - [Wahyu Kurniawan](#wahyu-kurniawan)\n  - [License](#license)\n\n## Getting Started\n\nOther details that need to be given while starting out with the project can be provided in this section. A project structure like below can also be included for the big projects:\n\n```\n\tparce-react-typescript\n\t├── README.md\n\t├── package.json\n\t├── tsconfig.json\n\t├── .gitignore\n\t├── .parcelrc\n\t├── .nvmrc\n\t├── public\n\t│   └── README.md\n\t└── src\n\t\t├── App.tsx\n\t\t├── index.tsx\n\t\t├── index.html\n\t\t└── router.tsx\n```\n\n### Tools Required\n\nAll tools required go here. You would require the following tools to develop and run the project:\n\n- A text editor or an IDE (like VSCode)\n- Node.js =\u003e `v16.0.0`\n- Yarn =\u003e `v1.22.10`\n\n### Running the App\n\nAll installation steps go here.\n\n- Clone the repository\n  ```bash\n  git clone https://github.com/ayungavis/parcel-react-typescript\n  ```\n- Install dependencies\n  ```bash\n  yarn install\n  ```\n- Run the app\n  ```bash\n  yarn dev\n  ```\n- Build the app\n  ```bash\n  yarn build\n  ```\n\n## Deployment\n\nThis section is completely optional. Add additional notes about how to deploy this on a live system\n\n## Contributing\n\nMention what you expect from the people who want to contribute\n\nWe'd love to have your helping hand on `Parcel + React Boilerplate`! See [CONTRIBUTING.md](https://github.com/ayungavis/parcel-react-typescript/blob/main/CONTRIBUTING.md) for more information on what we're looking for and how to get started.\n\n## Versioning\n\nIf your project has multiple versions, include information about it here.\n\nFor the available versions, see the [tags on this repository](https://github.com/ayungavis/parcel-react-typescript/tags)\n\n## Authors\n\n#### Wahyu Kurniawan\n\n- [GitHub](https://github.com/ayungavis)\n- [LinkedIn](https://linkedin.com/in/ayungavis)\n\nYou can also see the complete [list of contributors](https://github.com/ayungavis/parcel-react-typescript/graphs/contributors) who participated in this project.\n\n## License\n\n`Parcel + React Boilerplate` is open source software [licensed as MIT](https://github.com/ayungavis/parcel-react-typescript/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayungavis%2Fparcel-react-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayungavis%2Fparcel-react-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayungavis%2Fparcel-react-typescript/lists"}