https://github.com/ckampfe/ckcljs
Oh hey a cljs lein template
https://github.com/ckampfe/ckcljs
Last synced: about 1 year ago
JSON representation
Oh hey a cljs lein template
- Host: GitHub
- URL: https://github.com/ckampfe/ckcljs
- Owner: ckampfe
- License: epl-1.0
- Created: 2016-02-27T19:49:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T21:08:25.000Z (over 10 years ago)
- Last Synced: 2025-02-01T20:11:21.550Z (over 1 year ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ckcljs
# Usage
```
$ git clone $REPO
$ cd $REPO
$ lein install
$ cd ..
$ cd lein new ckcljs $APPNAME
$ cd $APPNAME
...in 3 separate windows...
$ lein cljsbuild auto
$ lein figwheel
$ lein ring server
```