Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-stuttaford/leverage
https://github.com/robert-stuttaford/leverage
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robert-stuttaford/leverage
- Owner: robert-stuttaford
- License: epl-1.0
- Created: 2013-10-03T19:58:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T07:30:45.000Z (about 11 years ago)
- Last Synced: 2024-12-15T21:42:21.682Z (20 days ago)
- Language: JavaScript
- Size: 828 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get leverage with Clojure!
This code accompanied a talk given at Tech4Africa on the 9th of October 2013 in Sandton, South Africa.
It demonstrates a bare minimum sample that shares code between server and client, with Clojure and ClojureScript respectively.
## Usage
* Clone the repo.
* Install leiningen from (leiningen.org)[leiningen.org].
* Run `lein cljsbuild once`.
* Run `lein repl`.
* At the repl, enter the following two commands:
* `(require '[leverage.server])`
* `(leverage.server/start-web!)`
* Visit `localhost:3333`.## License
Copyright © 2013 Robert Stuttaford
Distributed under the Eclipse Public License either version 1.0 or any later version.