This project requires Java and Leiningen for automating Clojure projects without setting your hair on fire.
To install lein, follow step below.
- Download the lein script.
- Move script to
$PATH
your shell can execute it (eg.~/bin
) - Make script executable.
chmod +x ~/bin/lein
- Enjoy!
To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:
lein figwheel
Figwheel will automatically push cljs changes to the browser.
Once Figwheel starts up, you should be able to open the public/index.html
page in the browser.
yarn build
yarn deploy
lein clean
lein package