{"id":20198661,"url":"https://github.com/eclipsesource/theia-advanced-training","last_synced_at":"2026-06-09T15:01:32.142Z","repository":{"id":139304692,"uuid":"478009822","full_name":"eclipsesource/theia-advanced-training","owner":"eclipsesource","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-05T09:19:15.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-13T18:26:45.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eclipsesource.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":"2022-04-05T06:55:46.000Z","updated_at":"2023-03-02T15:26:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"65b49688-5118-4d0f-851f-6c02f907b718","html_url":"https://github.com/eclipsesource/theia-advanced-training","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eclipsesource/theia-advanced-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftheia-advanced-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftheia-advanced-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftheia-advanced-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftheia-advanced-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipsesource","download_url":"https://codeload.github.com/eclipsesource/theia-advanced-training/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipsesource%2Ftheia-advanced-training/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34112225,"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-06-09T02:00:06.510Z","response_time":63,"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-14T04:32:56.499Z","updated_at":"2026-06-09T15:01:32.123Z","avatar_url":"https://github.com/eclipsesource.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backend\nThe example of how to build the Theia-based applications with the backend.\n\n## Getting started\n\nInstall [nvm](https://github.com/creationix/nvm#install-script).\n\n    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash\n\nInstall npm and node.\n\n    nvm install 10\n    nvm use 10\n\nInstall yarn.\n\n    npm install -g yarn\n\n## Running the browser example\n\n    yarn start:browser\n\n*or:*\n\n    yarn rebuild:browser\n    cd browser-app\n    yarn start\n\n*or:* launch `Start Browser Backend` configuration from VS code.\n\nOpen http://localhost:3000 in the browser.\n\n## Running the Electron example\n\n    yarn start:electron\n\n*or:*\n\n    yarn rebuild:electron\n    cd electron-app\n    yarn start\n\n*or:* launch `Start Electron Backend` configuration from VS code.\n\n\n## Developing with the browser example\n\nStart watching all packages, including `browser-app`, of your application with\n\n    yarn watch\n\n*or* watch only specific packages with\n\n    cd backend\n    yarn watch\n\nand the browser example.\n\n    cd browser-app\n    yarn watch\n\nRun the example as [described above](#Running-the-browser-example)\n## Developing with the Electron example\n\nStart watching all packages, including `electron-app`, of your application with\n\n    yarn watch\n\n*or* watch only specific packages with\n\n    cd backend\n    yarn watch\n\nand the Electron example.\n\n    cd electron-app\n    yarn watch\n\nRun the example as [described above](#Running-the-Electron-example)\n\n## Publishing backend\n\nCreate a npm user and login to the npm registry, [more on npm publishing](https://docs.npmjs.com/getting-started/publishing-npm-packages).\n\n    npm login\n\nPublish packages with lerna to update versions properly across local packages, [more on publishing with lerna](https://github.com/lerna/lerna#publish).\n\n    npx lerna publish\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipsesource%2Ftheia-advanced-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipsesource%2Ftheia-advanced-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipsesource%2Ftheia-advanced-training/lists"}