This repository is meant to accompany the Building Re-frame Components course at PurelyFunctional.tv
The repo contains all of the code you need to live-edit the components in the course.
Clone this repo
$CMD git clone https://github.com/lispcast/building-re-frame-components.git
Enter into the directory
$CMD cd building-re-frame-components
Now run Figwheel
$CMD lein fig-dev
Open your browser to: http://localhost:3449
Start editing the code in src/
.
I like to have my editor open alongside my browser so I can see changes as they are reloaded.
Star Wars vehicle and character images are from the Star Wars Databank. A cache of those images is provided here for those who wish to work on this course offline. These images are copyrighted by Lucasfilm Ltd and are used here for educational purposes.
To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to the code in this repository.
See the LICENSE
file for more information.