Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.01 KB

jasani-cljs-node

Clojars Project Clojars Project

A Leiningen template for generating a simple clojurescript project that can run on nodejs.

Usage

Make sure you have the prerequisites installed.

  1. lein new jasani-cljs-node myapp
  2. cd myapp
  3. lein cljsbuild once

You'll see info about the compilation.

Compiling ClojureScript...
Compiling ["target/myapp/myapp.js"] from ["src"]...
Successfully compiled ["target/myapp/myapp.js"] in 4.357 seconds.
  1. node target/myapp/myapp.js

Prerequisites

License

Copyright © 2018 Hitesh Jasani

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.