{"id":19829358,"url":"https://github.com/angular-schule/2021-04-rxjs-workshop-online-ish","last_synced_at":"2025-08-31T10:40:16.916Z","repository":{"id":153529308,"uuid":"353038912","full_name":"angular-schule/2021-04-rxjs-workshop-online-ish","owner":"angular-schule","description":"👩‍💻 April 2021: Online-Workshop RxJS, NgRx und Angular ","archived":false,"fork":false,"pushed_at":"2021-04-15T15:08:21.000Z","size":568,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T21:08:00.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/angular-schule.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}},"created_at":"2021-03-30T14:53:47.000Z","updated_at":"2022-01-20T20:16:33.000Z","dependencies_parsed_at":"2023-05-19T01:15:16.209Z","dependency_job_id":null,"html_url":"https://github.com/angular-schule/2021-04-rxjs-workshop-online-ish","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/angular-schule/2021-04-rxjs-workshop-online-ish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-schule%2F2021-04-rxjs-workshop-online-ish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-schule%2F2021-04-rxjs-workshop-online-ish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-schule%2F2021-04-rxjs-workshop-online-ish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-schule%2F2021-04-rxjs-workshop-online-ish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-schule","download_url":"https://codeload.github.com/angular-schule/2021-04-rxjs-workshop-online-ish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-schule%2F2021-04-rxjs-workshop-online-ish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272971417,"owners_count":25024093,"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-08-31T02:00:09.071Z","response_time":79,"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":"2024-11-12T11:18:30.533Z","updated_at":"2025-08-31T10:40:16.863Z","avatar_url":"https://github.com/angular-schule.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://assets.angular.schule/header-rxjsonline.png\"\u003e\n\n#### **mit Ferdinand Malcher**\n\n**Herzlich Willkommen – und schön, dass du dabei bist!**  \nIn diesem Repository findest du das vorbereitete Projekt mit allen Übungen für den Workshop.\n\n# ✅ Vorbereitung\n\nDamit wir gleich durchstarten können, solltest Du ein paar Vorbereitungen treffen.  \nDie gesamte Installation wird rund 10 Minuten dauern.\n\n## Benötigte Software\n\n1. **Node.js 12** oder höher: [https://nodejs.org](https://nodejs.org)\n   + Mac-Nutzer bitte Homebrew verwenden! ([siehe Anleitung](https://presentations.angular.schule/HOMEBREW_NODE))\n2. **Google Chrome:** [https://www.google.com/chrome/](https://www.google.com/chrome/)\n3. **Visual Studio Code:** [https://code.visualstudio.com](https://code.visualstudio.com)\n\nÜberprüfe bitte anschließend noch einmal die Versionen:\n\n```\nnode -v\n\u003e Erwartet: v12.x oder höher\n\nnpm -v\n\u003e Erwartet: 6.x oder höher\n```\n\n\n## Projekt installieren\n\nBitte lade dir dieses Git-Repository auf deinen Rechner.\nDazu kannst du das Repo entweder komplett klonen oder die Dateien als [ZIP](https://github.com/angular-schule/2021-04-rxjs-workshop-online-ish/archive/main.zip) direkt von GitHub herunterladen.\n\n### Repo klonen\n\n```bash\ngit clone https://github.com/angular-schule/2021-04-rxjs-workshop-online-ish.git\n```\n\n### Abhängigkeiten installieren\n\n```\ncd 2021-04-rxjs-workshop-online-ish\ncd rxjs-playground\nnpm i\n```\n\n### Projekt starten\n\nNach der Installation kannst du das Projekt `rxjs-playground` mit dem folgenden Befehl starten:\n\n```\nnpm start\n```\n\n\u003e **Im Browser sollte unter http://localhost:4300 nun die Übersichtsseite für die Übungen erscheinen.**\n\n![Screenshot](https://assets.angular.schule/chrome_cli_welcome_rxjsworkshop.png)\n\n\n\n### Wir freuen uns schon! 🙂\n\nBei Fragen wende dich einfach direkt an uns: [team@angular.schule](mailto:team@angular.schule)\n\n\u003chr\u003e\n\n\u003cimg src=\"https://assets.angular.schule/logo-angular-schule.png\" height=\"60\"\u003e\n\n### \u0026copy; 2021 https://angular.schule | Stand: 31.03.2021\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-schule%2F2021-04-rxjs-workshop-online-ish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-schule%2F2021-04-rxjs-workshop-online-ish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-schule%2F2021-04-rxjs-workshop-online-ish/lists"}