Figwheel Projectλ︎
In this section we will create a ClojureScript project using Figwheel to manage the build and auto-reloading of changes into the project
- Create Project
- ClojureScript file
- Project Build file
- Run Figwheel
- Web Page
- Run Figwheel again
- Add a counter
- Auto Reloading
- Serving assets
- Using the REPL
Hint Once you have understood the basics of figwheel, you can use a Leinigen template to automatically create a project structure and build configuration file.
It is important to understand how Figwheel works, so its easy to change the project build file should you need to.
Last update:
March 10, 2023