Introduction to re-frame talk I did at DevNQ.
To view the slides, go to https://andrethehunter.github.io/introduction-to-re-frame/
Or run locally:
npm install
npm start
A browser will open http://127.0.0.1:8080
To publish the changes to /docs
, run npm run build