{"id":18347688,"url":"https://github.com/ghivert/re-frame-template","last_synced_at":"2026-04-26T22:31:41.918Z","repository":{"id":87233908,"uuid":"231437373","full_name":"ghivert/re-frame-template","owner":"ghivert","description":"Re-frame template with CSS Modules and secretary.","archived":false,"fork":false,"pushed_at":"2020-04-01T08:51:59.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T14:47:50.824Z","etag":null,"topics":["clojurescript","css-modules","re-frame","shadow-cljs","template"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/ghivert.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":"2020-01-02T18:27:42.000Z","updated_at":"2020-04-01T08:52:01.000Z","dependencies_parsed_at":"2023-03-13T19:37:42.829Z","dependency_job_id":null,"html_url":"https://github.com/ghivert/re-frame-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghivert%2Fre-frame-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghivert%2Fre-frame-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghivert%2Fre-frame-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghivert%2Fre-frame-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghivert","download_url":"https://codeload.github.com/ghivert/re-frame-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127833,"owners_count":21052298,"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":["clojurescript","css-modules","re-frame","shadow-cljs","template"],"created_at":"2024-11-05T21:14:40.315Z","updated_at":"2026-04-26T22:31:41.900Z","avatar_url":"https://github.com/ghivert.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Re-Frame Template\n\nThis repo aims to provide a simple, classic re-frame template for ClojureScript.\n\n# Getting Started\n\n## Cloning the repo\n\n```bash\ngit clone git@github.com:ghivert/re-frame-template.git my-app\ncd my-app\nrm -rf .git\ngit init\n```\n\n## Starting the app\n\n```bash\nyarn\nyarn dev\n```\n\nYou can go to [`http://localhost:7070`](http://localhost:7070).\n\nThen, you'll have to rename the template name. `re_frame_template` should become\n`my_app` and `re-frame-template` should become `my-app`.\n\n# CSS Modules\n\nThis template uses [`modular-styles`](https://github.com/ghivert/modular-styles)\nto compute the CSS. Please run `yarn dev` to see what’s happening.\n\nTo give an example, let’s take the following CSS:\n\n```css\n/* File.css */\n.test {\n  color: red;\n}\n```\n\nWhen compiled, a ClojureScript file will be emitted.\n\n```clojure\n(ns re-frame-template.styles.file)\n\n(def test \"__test_xed87\")\n```\n\nYou can then use it in your code to get the correct classes names !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghivert%2Fre-frame-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghivert%2Fre-frame-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghivert%2Fre-frame-template/lists"}