Clojurescript is a fun language for frontend dev, especially when you're bored with javascript.
Here's how to get started.
- Install Java8
Clojurescript compiler depends on java8. Install java8 or up on oracle's site.
- Install Leiningen
Leiningen is a build tool for clojure. Just follow guides on the site to install it.
- Create a new project from template
lein new reagent-frontend myproject
- Now your project is ready. Let's start it with figwheel live reload.
cd myproject
rlwrap lein figwheel