{"id":25943457,"url":"https://github.com/tobitsoftware/chayns-react-template","last_synced_at":"2026-05-30T18:31:49.716Z","repository":{"id":79522171,"uuid":"223902307","full_name":"TobitSoftware/chayns-react-template","owner":"TobitSoftware","description":"This is an template to use chayns® + React","archived":false,"fork":false,"pushed_at":"2020-10-27T15:05:09.000Z","size":778,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-01T18:55:08.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/TobitSoftware.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-25T08:49:01.000Z","updated_at":"2020-10-27T15:05:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"30aed182-3859-42f9-960f-540f241bb320","html_url":"https://github.com/TobitSoftware/chayns-react-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TobitSoftware/chayns-react-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-react-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-react-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-react-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-react-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TobitSoftware","download_url":"https://codeload.github.com/TobitSoftware/chayns-react-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-react-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33705207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":[],"created_at":"2025-03-04T07:16:46.465Z","updated_at":"2026-05-30T18:31:49.711Z","avatar_url":"https://github.com/TobitSoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e **DEPRECATION NOTICE**\n\u003e\n\u003e This Project has been replaced with our new CLI tool for spinning up projects,\n\u003e [`create-chayns-app`](https://github.com/TobitSoftware/create-chayns-app), and\n\u003e will not receive updates going forward.\n\u003e\n\u003e For a more in-depth guide to start developing content for chayns, visit the\n\u003e [`create-chayns-app`](https://github.com/TobitSoftware/create-chayns-app)\n\u003e repository.\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003echayns-react-template\u003c/h1\u003e\n    \u003cp\u003eA starter template for developing \u003ca href=\"https://chayns.org/\"\u003echayns®\u003c/a\u003e Pages with React.\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## Overview\n\n-   [Quick Start](#quick-start)\n-   [Detailed Guide](#detailed-guide)\n    -   [System Requirements](#system-requirements)\n    -   [Get Up and Running](#get-up-and-running)\n\n## Quick Start\n\n1. `npm install`\n2. `npm run dev` to start a dev server on `http://localhost:1234/`\n3. `npm run build` to create a production bundle\n\nYou should also replace the values with your own:\n\n-   `name`-field in `package.json`\n-   Content of `\u003ctitle\u003e` in `src/index.html`\n\n## Detailed Guide\n\n### System Requirements\n\n-   **Git**\n\n    You must have Git installed on your system. If you do not already have it,\n    get it [here](https://git-scm.com/downloads). You do not need to know much\n    about git to start with this template.\n\n-   **Node.js** \u003e=12.10\n\n    You must also have Node.js version 12.10 or greater installed. If you do not\n    already have it, get it [here](https://nodejs.org/).\n\n### Get Up and Running\n\n#### 1. Open a terminal in the directory you want to develop in\n\nOn windows this can be done with `Shift + Right-Click` in the explorer and\n`Open PowerShell here`. On macOS, right-click the parent folder and choose\n`Open Terminal here`.\n\n#### 2. Clone the repository\n\nYou should have Git installed by now, so in the newly opened window just run\n`git clone https://github.com/TobitSoftware/chayns-react-template.git my-project`.\nYou can replace `my-project` in the command with the name of your project.\n\nAfter a short process the project files can be found in the `my-project` folder\n(or whatever you named it).\n\n#### 3. Open the project in a code editor\n\nIf you do not already have a code editor,\n[Visual Studio Code](https://code.visualstudio.com/) is a good one.\n\nYou can open a folder in Visual Studio Code via `File \u003e Open Folder...` in the\ntop menu.\n\n#### 4. Install `npm` packages\n\nRun `npm install` in the project directory. In Visual Studio Code, you can get a\nterminal in the current folder via `Terminal \u003e New Terminal` in the top menu.\n\n#### 5. Run `npm run dev`\n\nTo start developing your custom page, run the `npm run dev` command. Add a page\nwith the URL `http://localhost:1234/` to your chayns-Site. You will see your\npage running there.\n\n\u003e Be aware that this is only a local version of your page, so no other devices\n\u003e can access your development server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobitsoftware%2Fchayns-react-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobitsoftware%2Fchayns-react-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobitsoftware%2Fchayns-react-template/lists"}