{"id":21214425,"url":"https://github.com/slice/racket","last_synced_at":"2026-04-24T18:41:52.984Z","repository":{"id":83250380,"uuid":"144671650","full_name":"slice/racket","owner":"slice","description":"mini dev server for javascript","archived":false,"fork":false,"pushed_at":"2018-08-14T17:17:41.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T21:50:00.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/slice.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":"2018-08-14T05:15:24.000Z","updated_at":"2021-04-02T05:26:17.000Z","dependencies_parsed_at":"2023-03-01T02:45:55.126Z","dependency_job_id":null,"html_url":"https://github.com/slice/racket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slice/racket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fracket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fracket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fracket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fracket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slice","download_url":"https://codeload.github.com/slice/racket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fracket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32236744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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-20T21:27:49.602Z","updated_at":"2026-04-24T18:41:47.973Z","avatar_url":"https://github.com/slice.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# racket\n\nplay with javascript in your browser with no friction\n\n```sh\n$ npm i -g slice/racket\n```\n\n## description\n\nracket is a small tool that wraps around webpack and webpack-serve, letting you\nquickly test javascript in the browser without having to set things up.\n\nracket isn't designed to build production apps, though. no code compiling is\ndone other than `import`/`export` resolving via webpack and jsx transformations,\nso make sure you have a modern browser while using racket.\n\nthink of racket like a really really small create-react-app, with no scaffolding\nrequired.\n\n## features\n\n- automatic page reloading\n- automatic transpilation\n  - **es2015 and other language features that your browser already supports\n    aren't transpiled**\n  - but what is transpiled?\n    - import/export\n    - react jsx and fragments\n- no scaffolding required\n\n## getting started\n\ncreate `index.js`:\n\n```js\nimport React from 'react'\nimport ReactDOM from 'react-dom'\n\nconst node = (\n  \u003cdiv style={{ padding: '1rem', background: 'mistyrose' }}\u003ebeep boop!\u003c/div\u003e\n)\n\n// an automatically available \u003cdiv\u003e\nconst mountNode = document.getElementById('mount')\n\nReactDOM.render(node, mountNode)\n```\n\ninstall your deps locally:\n\n```sh\n$ npm i react react-dom\n```\n\nand boot up the dev server:\n\n```sh\n$ racket\n\nℹ ｢hot｣: webpack: Compiling...\nℹ ｢serve｣: Project is running at http://localhost:8080\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice%2Fracket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslice%2Fracket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice%2Fracket/lists"}