Guide list

buster-cljs is organized as a number of guides, covering all kinds of topics.

We recommend that you read these guides, if possible, in this order:

Getting started

This guides teaches you how to get up and running quickly, the points covered are:

  • Install node.js and npm

  • Install buster.js

  • How to configure your project using lein-cljsbuild and buster.js

  • Basics of how to make your code work among several platforms using lein-dalap

Setup Travis CI with your project

This guide teaches you how to setup your project to run your testsuite automatically in clojure, nodejs and headless browser (using phantomjs) via Travis CI.