https://github.com/whatacold/reagent-boot-template
A simple project to get started with Reagent and boot.
https://github.com/whatacold/reagent-boot-template
Last synced: about 2 months ago
JSON representation
A simple project to get started with Reagent and boot.
- Host: GitHub
- URL: https://github.com/whatacold/reagent-boot-template
- Owner: whatacold
- Created: 2021-09-20T04:09:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T04:10:15.000Z (over 3 years ago)
- Last Synced: 2025-01-31T09:28:42.617Z (4 months ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple project to get started with Reagent and boot.
Usage:
1. `boot dev` to start the tasks and set up a nREPL server
2. Open another terminal, `boot repl -c` to start a nREPL client, and type `(start-repl)` to start the bREPLReferences:
- https://reagent-project.github.io/
- https://github.com/magomimmo/modern-cljs
- https://github.com/boot-clj/boot