{"id":22308805,"url":"https://github.com/ratson/rup","last_synced_at":"2025-03-26T01:29:00.370Z","repository":{"id":65492034,"uuid":"59497692","full_name":"ratson/rup","owner":"ratson","description":"Run React example without boilerplate.","archived":false,"fork":false,"pushed_at":"2016-05-23T17:02:13.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T23:48:14.760Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ratson.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}},"created_at":"2016-05-23T16:09:08.000Z","updated_at":"2016-10-27T14:30:41.000Z","dependencies_parsed_at":"2023-01-25T19:25:11.319Z","dependency_job_id":null,"html_url":"https://github.com/ratson/rup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Frup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Frup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Frup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratson%2Frup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ratson","download_url":"https://codeload.github.com/ratson/rup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245571282,"owners_count":20637316,"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","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-12-03T20:15:24.894Z","updated_at":"2025-03-26T01:29:00.350Z","avatar_url":"https://github.com/ratson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rup\n\nRun React example without boilerplate.\n\n## Installation\n\n```\nnpm install rup -g\n```\n\n## Usage\n\nCreate `entry.js`.\n\n``` js\nimport React from 'react'\nimport { render } from 'react-dom'\n\nclass App extends React.Component {\n  render() {\n    return (\n      \u003ch1\u003e\n        Hello World!\n      \u003c/h1\u003e\n    )\n  }\n}\n\nconst rootDiv = document.createElement('div')\ndocument.body.appendChild(rootDiv)\nrender(\u003cApp /\u003e, rootDiv)\n```\n\nRun `rup` in the same directory, then `open http://localhost:8080`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratson%2Frup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fratson%2Frup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratson%2Frup/lists"}