Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bodil/clojurescript-all-the-way-down

Code from my Clojure/conj talk
https://github.com/bodil/clojurescript-all-the-way-down

Last synced: about 1 month ago
JSON representation

Code from my Clojure/conj talk

Awesome Lists containing this project

README

        

## Usage

```bash
# Start mongo daemon in another shell
$ mongod run

$ npm install
$ lein cljsbuild once

# Start app
$ node js/main.js

# Open http://localhost:1337/
```