https://github.com/owickstrom/hello-node-cljs
  
  
    Testing Node and Express with ClojureScript. 
    https://github.com/owickstrom/hello-node-cljs
  
        Last synced: 8 months ago 
        JSON representation
    
Testing Node and Express with ClojureScript.
- Host: GitHub
- URL: https://github.com/owickstrom/hello-node-cljs
- Owner: owickstrom
- Created: 2014-03-01T12:02:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T10:37:35.000Z (over 11 years ago)
- Last Synced: 2025-01-01T13:23:13.229Z (10 months ago)
- Language: Clojure
- Size: 162 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # hello-node-cljs
This is a project to test writing ClojureScript for NodeJS and Express.
I started out with the [nodecljs template](http://blog.lauripesonen.com/leiningen-template-for-cljs-on-node-projects/).
## Running it
To just compile and run the application:
    lein cljsbuild once
    node server.js
If you want automated compilation and reloading of the server you can
use [nodemon](https://github.com/remy/nodemon).
    lein cljsbuild auto
    # And in another tab/pane/whatever...
    nodemon server.js
The application is served at `localhost:3000`.
## License
Copyright © 2014 Oskar Wickström
Distributed under the Eclipse Public License, the same as Clojure.