{"id":15883145,"url":"https://github.com/bfollington/reagent-posh-template","last_synced_at":"2025-06-14T23:03:27.557Z","repository":{"id":67179741,"uuid":"384320179","full_name":"bfollington/reagent-posh-template","owner":"bfollington","description":"An SPA template using reagent, posh and datascript","archived":false,"fork":false,"pushed_at":"2021-07-09T04:25:55.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T06:11:17.890Z","etag":null,"topics":["cljs","clojurescript","datascript","posh","reagent"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfollington.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":"2021-07-09T04:25:34.000Z","updated_at":"2021-07-09T04:26:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"99ad9546-5151-49e4-af8b-dbb10fb0c4bc","html_url":"https://github.com/bfollington/reagent-posh-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bfollington/reagent-posh-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Freagent-posh-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Freagent-posh-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Freagent-posh-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Freagent-posh-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfollington","download_url":"https://codeload.github.com/bfollington/reagent-posh-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfollington%2Freagent-posh-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259896129,"owners_count":22928330,"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":["cljs","clojurescript","datascript","posh","reagent"],"created_at":"2024-10-06T04:08:38.567Z","updated_at":"2025-06-14T23:03:27.487Z","avatar_url":"https://github.com/bfollington.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-amazing-app\n\nA template for making cljs SPAs using reagent and posh.\n\n## Development mode\n\nTo start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:\n\n```\nlein figwheel\n```\n\nFigwheel will automatically push cljs changes to the browser. The server will be available at [http://localhost:3449](http://localhost:3449) once Figwheel starts up.  To view your devcards, type `(switch-to-build devcards)` at the Figwheel REPL and navigate to [http://localhost:3449/cards](http://localhost:3449/cards). \n\nFigwheel also starts `nREPL` using the value of the `:nrepl-port` in the `:figwheel`\nconfig found in `project.clj`. By default the port is set to `7002`.\n\nThe figwheel server can have unexpected behaviors in some situations such as when using\nwebsockets. In this case it's recommended to run a standalone instance of a web server as follows:\n\n```\nlein do clean, run\n```\n\nThe application will now be available at [http://localhost:3000](http://localhost:3000).\n\n\n### Optional development tools\n\nStart the browser REPL:\n\n```\n$ lein repl\n```\nThe Jetty server can be started by running:\n\n```clojure\n(start-server)\n```\nand stopped by running:\n```clojure\n(stop-server)\n```\n\n\n## Building for release\n\n```\nlein do clean, uberjar\n```\n\n## Deploying to Heroku\n\nMake sure you have [Git](http://git-scm.com/downloads) and [Heroku toolbelt](https://toolbelt.heroku.com/) installed, then simply follow the steps below.\n\nOptionally, test that your application runs locally with foreman by running.\n\n```\nforeman start\n```\n\nNow, you can initialize your git repo and commit your application.\n\n```\ngit init\ngit add .\ngit commit -m \"init\"\n```\ncreate your app on Heroku\n\n```\nheroku create\n```\n\noptionally, create a database for the application\n\n```\nheroku addons:add heroku-postgresql\n```\n\nThe connection settings can be found at your [Heroku dashboard](https://dashboard.heroku.com/apps/) under the add-ons for the app.\n\ndeploy the application\n\n```\ngit push heroku master\n```\n\nYour application should now be deployed to Heroku!\nFor further instructions see the [official documentation](https://devcenter.heroku.com/articles/clojure).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfollington%2Freagent-posh-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfollington%2Freagent-posh-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfollington%2Freagent-posh-template/lists"}