An open API service indexing awesome lists of open source software.

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

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