Skip to content

A lein template for a simple clojurescript app running on nodejs

License

Notifications You must be signed in to change notification settings

hiteshjasani/jasani-cljs-node-template

Repository files navigation

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.

About

A lein template for a simple clojurescript app running on nodejs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published