{"id":19752192,"url":"https://github.com/ipatch/react-in-browser","last_synced_at":"2026-02-11T21:02:52.690Z","repository":{"id":146837418,"uuid":"113003355","full_name":"ipatch/react-in-browser","owner":"ipatch","description":"A simple react app that does not require Node.js and runs in-browser","archived":false,"fork":false,"pushed_at":"2018-09-26T19:48:26.000Z","size":669,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-07T21:46:32.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ipatch.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":"2017-12-04T06:22:10.000Z","updated_at":"2018-09-26T19:48:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"84e1d79d-f57b-4a8c-b55c-7e8099771f28","html_url":"https://github.com/ipatch/react-in-browser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ipatch/react-in-browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipatch%2Freact-in-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipatch%2Freact-in-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipatch%2Freact-in-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipatch%2Freact-in-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipatch","download_url":"https://codeload.github.com/ipatch/react-in-browser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipatch%2Freact-in-browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29345416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12T02:48:05.707Z","updated_at":"2026-02-11T21:02:52.664Z","avatar_url":"https://github.com/ipatch.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# in-browser React \u0026 friends :-)\n\nBasically I created this project to see if I could create a simple React app\nwithout using Node.js or a build tool / pipleline.\n\n## Install\n\nLook mom, no Node.js or `node_modules` directory required :-)\n\nSimply clone the repo with your favorite git client. I prefer to clone repos with git in a terminal using a CLI.\n\n```\ngit clone https://github.com/ipatch/playground-dnd-app3\n```\n\nAfter that, run `node install` ...ahhh just kidding 🤡\n\n## Gotchas\n\nOne thing that I would have really liked to figure out or solve is being able to\nrun the app by just pointing the URL in the browser to\n`file:///some/path/for/index.html` located where the file is stored on the\nsystem, unfortunately I do not know of any browser that supports this.\n\n## Notes\n\nThe easiest way to see the app in all its beauty 🌈 is to use a web server\nprovided by Python.\n\nYou can see if Python is installed locally on your system by running the below\ncommand in favorite terminal emulator. \n\n```shell\npython -V\n```\n\nIf you have Python 2.x installed on your system you can run\n\n`python -m SimpleHTTPServer`\n\nin the root of the directory you just cloned.\n\nIf Python version returned above is 3.x run the below command\n\n`python -m http.server`\n\nIn your favorite browser go to `localhost:8000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipatch%2Freact-in-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipatch%2Freact-in-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipatch%2Freact-in-browser/lists"}