https://github.com/hashrocket/boot_devcards_example
Example of using devcards with boot
https://github.com/hashrocket/boot_devcards_example
Last synced: about 1 year ago
JSON representation
Example of using devcards with boot
- Host: GitHub
- URL: https://github.com/hashrocket/boot_devcards_example
- Owner: hashrocket
- Created: 2015-10-28T15:12:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T13:28:15.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T14:21:19.472Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 6.84 KB
- Stars: 10
- Watchers: 19
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boot Devcards example
An example of using [devcards][] with the [boot][] toolchain rather than
Leiningen.
## Usage
Make sure you have boot set up. You may want to [download][download-boot] the
latest binary even if you have an existing version.
Then, from the root of the project, run `boot dev -p 5000`.
Point your browser at http://localhost:5000/cards.html. As you edit
`src/cljs/carder_devcards/core.cljs`, the browser will update live.
[devcards]: https://github.com/bhauman/devcards
[boot]: http://boot-clj.com
[download-boot]: https://github.com/boot-clj/boot#install