I just published to clojars the 0.1.1 release of cljs-start lein template to 
create a batteries included Clojurescript lib. 

https://github.com/magomimmo/cljs-start

This release uses lein profiles (:user, :dev, :simple and :advanced) to keep 
the corresponding CLJS builds separated from each other (thanks so much to 
Laurent Petit for the suggestion).  

quick start:

lein new cljs-start wonderful-lib
cd wonderful-lib
lein compile
lein repl
(run)
(browser-repl)

Then visit the localhost:3000 and after the connection is established (few 
moments) you can start repling in CLJS with your browser.

Quick start with latest Eclipse/CCW (Thanks to Laurent Petit):

1. File -> New Project -> Clojure Project: 
- project name: wonderful-lib
- Leingen template: cljs-start
Click Finish
2. Right Click on wonderful-lib in the Package Explorer -> Leiningen -> Launch 
Headless REPL for the project
Once in the REPL:
(run)
(browser-repl) 

Then visit the localhost:3000 and after the connection is established (few 
moments) you can start repling in CLJS with your browser

HIH 
Mimmo


Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to