Skip to content

starvinraven/clojurescript-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojurescript-skeleton

Simple clojurescript skeleton.

Usage

First, run server:

lein run

On another terminal, set up cljs autocompile

lein cljsbuild auto

Navigate to URL http://localhost:3000/ and click on the text 'Lol'. Ta-da.

Running tests

First, you need to install

  • NPM (Node package manager)
  • Node.js
  • Phantomjs (1.8+)

After these are installed, install mocha-phantomjs

npm install -g mocha-phantomjs

Run tests

lein test

License

Copyright © 2012 Harri Salokorpi

Distributed under the Eclipse Public License, the same as Clojure.

About

Skeleton project for Clojure and Clojurescript development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%