{"id":20659470,"url":"https://github.com/cbillowes/cljs-app-to-firebase","last_synced_at":"2026-03-19T16:59:59.098Z","repository":{"id":44952962,"uuid":"430441955","full_name":"cbillowes/cljs-app-to-firebase","owner":"cbillowes","description":"Deploy a ClojureScript web app to Google Firebase Hosting.","archived":false,"fork":false,"pushed_at":"2022-01-16T12:27:06.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T22:11:30.590Z","etag":null,"topics":["clojurescript","firebase-hosting"],"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/cbillowes.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":"2021-11-21T18:02:55.000Z","updated_at":"2023-03-07T10:05:09.000Z","dependencies_parsed_at":"2022-09-08T09:51:19.775Z","dependency_job_id":null,"html_url":"https://github.com/cbillowes/cljs-app-to-firebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"cbillowes/cljs-app-with-tailwindcss","purl":"pkg:github/cbillowes/cljs-app-to-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbillowes%2Fcljs-app-to-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbillowes%2Fcljs-app-to-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbillowes%2Fcljs-app-to-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbillowes%2Fcljs-app-to-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbillowes","download_url":"https://codeload.github.com/cbillowes/cljs-app-to-firebase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbillowes%2Fcljs-app-to-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":["clojurescript","firebase-hosting"],"created_at":"2024-11-16T18:34:27.901Z","updated_at":"2026-02-26T07:11:04.973Z","avatar_url":"https://github.com/cbillowes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClojureScript from scratch series\n\n## Part 3: Google Firebase with GitHub Actions\n\nThis template will showcase the configuration of a ClojureScript\nweb application that can be deployed to Firebase using GitHub actions.\n\n* [Firebase][firebase.google.com]\n* [GitHub Actions][github/actions]\n\n[firebase.google.com]: https://firebase.google.com/docs/web/setup\n[github/actions]: https://docs.github.com/en/actions\n\n## Part 2: Tailwind CSS\n\nThis template creates a ClojureScript web application with Clojure CLI\nand integrates with Tailwind CSS.\n\n* [Article][article-part-2]\n* [Tailwind CSS][tailwind]\n* [Repository][shadow-cljs-tailwindcss] using shadow-cljs\n\n[article-part-2]: https://curiousprogrammer.dev/blog/how-can-i-use-tailwind-in-my-clojure-script-web-app/\n[tailwind]: https://tailwindcss.com/\n[shadow-cljs-tailwindcss]: https://github.com/jacekschae/shadow-cljs-tailwindcss\n\n## Part 1: Reagent \u0026 npm\n\nThis template creates a ClojureScript web app with Reagent and npm\nusing the Clojure CLI tools.\n\n* [Article][article-part-1] on curiousprogrammer.dev\n* [Clojure CLI tools][cli-tools]\n* [Figwheel-Main][figwheel-main]\n* [Reagent][reagent]\n* [npm][npm]\n* [Webpack][webpack]\n\n[article-part-1]: https://curiousprogrammer.dev/blog/how-can-i-create-a-clojure-script-web-app-from-scratch-with-reagent-and-npm/\n[reagent]: https://reagent-project.github.io/\n[cli-tools]: https://clojure.org/guides/deps_and_cli\n[figwheel-main]: https://figwheel.org/\n[npm]: https://www.npmjs.com/\n[webpack]: https://webpack.js.org/\n\n## Gotchas\n\n### Range Not Satisfiable (416)\n\n```\nError building classpath. Could not transfer artifact com.google.javascript:closure-compiler-unshaded:jar:v20210808 from/to central (https://repo1.maven.org/maven2/): status code: 416, reason phrase: Range Not Satisfiable (416)\n```\n\nI got this error when I tried to build the application.\nIt failed when downloading dependencies.\nAccording to this [solution][solution-could-not-transfer-artifact], it was suggested to delete the\n`~/.m2` dependency directory and try again.\nI try not to delete the entire directory.\nI did, however, wipe the entire `com.google.javascript` directory.\n\n```bash\nrm -rf ~/.m2/repository/com/google/javascript/\n```\n\n[solution-could-not-transfer-artifact]: https://clojureverse.org/t/could-not-transfer-artifact/5778\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbillowes%2Fcljs-app-to-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbillowes%2Fcljs-app-to-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbillowes%2Fcljs-app-to-firebase/lists"}