Clojurescript is a fun language for frontend dev, especially when you're bored with javascript.

Here's how to get started.

  1. Install Java8

Clojurescript compiler depends on java8. Install java8 or up on oracle's site.

  1. Install Leiningen

Leiningen is a build tool for clojure. Just follow guides on the site to install it.

  1. Create a new project from template
lein new reagent-frontend myproject
  1. Now your project is ready. Let's start it with figwheel live reload.
cd myproject
rlwrap lein figwheel