{"id":31787282,"url":"https://github.com/iris-contrib/react-typescript-template","last_synced_at":"2025-10-10T13:57:56.224Z","repository":{"id":48161003,"uuid":"231711274","full_name":"iris-contrib/react-typescript-template","owner":"iris-contrib","description":"React \u0026 Typescript template for Iris CLI","archived":false,"fork":false,"pushed_at":"2023-11-05T20:43:47.000Z","size":532,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-13T15:39:03.355Z","etag":null,"topics":["iris","iris-cli","iris-golang"],"latest_commit_sha":null,"homepage":"https://github.com/kataras/iris-cli","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/iris-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"kataras"}},"created_at":"2020-01-04T05:01:24.000Z","updated_at":"2022-07-19T20:02:13.000Z","dependencies_parsed_at":"2023-01-30T20:16:00.972Z","dependency_job_id":"68a24a31-14d7-4ce0-9fb5-292e3904369a","html_url":"https://github.com/iris-contrib/react-typescript-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iris-contrib/react-typescript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-contrib%2Freact-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-contrib%2Freact-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-contrib%2Freact-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-contrib%2Freact-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iris-contrib","download_url":"https://codeload.github.com/iris-contrib/react-typescript-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-contrib%2Freact-typescript-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004066,"owners_count":26083668,"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":["iris","iris-cli","iris-golang"],"created_at":"2025-10-10T13:57:54.946Z","updated_at":"2025-10-10T13:57:56.217Z","avatar_url":"https://github.com/iris-contrib.png","language":"TypeScript","funding_links":["https://github.com/sponsors/kataras"],"categories":[],"sub_categories":[],"readme":"# react-typescript app\r\n\r\n[![build status](https://img.shields.io/github/actions/workflow/status/iris-contrib/react-typescript-template/ci.yml?branch=main\u0026style=for-the-badge)](https://github.com/iris-contrib/react-typescript-template/actions) [![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=for-the-badge)](https://goreportcard.com/report/github.com/iris-contrib/react-typescript-template)\r\n\r\nThis is a project template for [Iris](https://iris-go.com) with [React](https://reactjs.org/) \u0026 [Typescript](https://www.typescriptlang.org/) apps.\r\n\r\n## Prerequisites\r\n\r\nYou will need to have:\r\n\r\n- [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/getting-started/migration) to build the frontend application.\r\n- [Go](https://golang.org) to run the web server.\r\n- Go-Bindata tool to embed the frontend app to the final build. Install it with the following Go command:\r\n\r\n```sh\r\ngo install github.com/go-bindata/go-bindata/v3/go-bindata@latest\r\n```\r\n\r\n## Get started\r\n\r\nInstall \u0026 run the template with [Iris CLI](https://github.com/kataras/iris-cli):\r\n\r\n```sh\r\niris-cli run react-typescript\r\n```\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003edetails...\u003c/summary\u003e\r\n\r\nInstall the dependencies and build with [Yarn](https://yarnpkg.com/lang/en/)...\r\n\r\n```sh\r\ncd app\r\nyarn install\r\nyarn build\r\ncd ../\r\n```\r\n\r\n...then **start the Iris web server**:\r\n\r\n```sh\r\ngo-bindata -prefix \"app/build\" -fs ./app/build/...\r\ngo run .\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\nNavigate to [localhost:8080](http://localhost:8080). You should see your app running.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firis-contrib%2Freact-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firis-contrib%2Freact-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firis-contrib%2Freact-typescript-template/lists"}