{"id":15286902,"url":"https://github.com/heliosmaster/reagent-ajax","last_synced_at":"2025-09-13T01:11:05.651Z","repository":{"id":62434407,"uuid":"47916749","full_name":"Heliosmaster/reagent-ajax","owner":"Heliosmaster","description":"Basic Leiningen template for web applications with reagent, using ajax and the transit format to communicate with the backend.","archived":false,"fork":false,"pushed_at":"2019-01-22T19:20:31.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T22:01:07.802Z","etag":null,"topics":["clojure","clojurescript","lein-template","leiningen","reagent"],"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/Heliosmaster.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-12-13T11:39:37.000Z","updated_at":"2019-01-22T17:11:51.000Z","dependencies_parsed_at":"2022-11-01T21:02:08.567Z","dependency_job_id":null,"html_url":"https://github.com/Heliosmaster/reagent-ajax","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Heliosmaster/reagent-ajax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heliosmaster%2Freagent-ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heliosmaster%2Freagent-ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heliosmaster%2Freagent-ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heliosmaster%2Freagent-ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Heliosmaster","download_url":"https://codeload.github.com/Heliosmaster/reagent-ajax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heliosmaster%2Freagent-ajax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274903653,"owners_count":25371190,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["clojure","clojurescript","lein-template","leiningen","reagent"],"created_at":"2024-09-30T15:18:54.919Z","updated_at":"2025-09-13T01:11:05.621Z","avatar_url":"https://github.com/Heliosmaster.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reagent-ajax\n\nBasic Leiningen template for web applications with\n[reagent](https://github.com/reagent-project/reagent), using ajax and the\n[transit format](https://github.com/cognitect/transit-clj) to\ncommunicate with the backend.\n\nIt integrates [figwheel](https://github.com/bhauman/lein-figwheel) for quick and responsive development.\n\n## Usage\n\nTo create an application with this template:\n\n```\nlein new reagent-ajax \u003cproject_name\u003e\n```\n\n## Run in development mode\n\n- Start a repl with `lein repl`\n- run `(go)`, this will start figwheel, the server on port `8080`, and other bootstrapping stuff\n- Visit `http://localhost:8080`\n\n## Run in production mode\n- Compile the clojurescript with:\n\n```bash\nlein cljsbuild once prod\n```\n\n- Create the jar with\n\n```bash\nlein uberjar\n```\n\n- Run it\n\n```bash\njava -jar target/\u003cproject_name\u003e.jar\n```\n\n## Directory structure of generated app\n\n```\n├── README.md\n├── dev\n│   └── clj\n│       └── user.clj\n├── project.clj\n├── resources\n│   ├── log4j.properties\n│   └── public\n│       ├── css\n│       │   └── screen.css\n│       └── index.html\n├── src\n│   ├── clj\n│   │   └── \u003cproject_name\u003e\n│   │       ├── core.clj\n│   │       └── server.clj\n│   └── cljs\n│       └── \u003cproject_name\u003e\n│           └── core.cljs\n└── test\n    └── clj\n        └── \u003cproject_name\u003e\n            └── core_test.clj\n```\n\n## License\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliosmaster%2Freagent-ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheliosmaster%2Freagent-ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliosmaster%2Freagent-ajax/lists"}