Skip to content

astashov/perfection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfection

Just a skeleton of a nice dev environment for ClojureScript. Check this article for details.

Usage

Fork it, and start building your own awesome ClojureScript projects, using live reloading, live code execution in the running project in a browser from Vim (or other IDE), automatically running tests when you change files, and automatic compile of the release version.

Then, run:

$ lein figwheel dev
$ lein cljsbuild auto test
$ lein cljsbuild auto release
$ lein repl

Then run in Vim :Piggieback 9000 (make sure you have vim-fireplace installed), and open htto://localhost:3449/index.html in the browser. You are good to go!

About

Skeleton of a nice dev environment for ClojureScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published