Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-stuttaford/tk-app-dev
https://github.com/robert-stuttaford/tk-app-dev
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robert-stuttaford/tk-app-dev
- Owner: robert-stuttaford
- Created: 2014-09-24T12:11:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T14:27:10.000Z (over 10 years ago)
- Last Synced: 2023-03-21T01:06:19.574Z (almost 2 years ago)
- Language: Clojure
- Size: 145 KB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trapperkeeper App and Dev systems
This code accompanies a blog post I wrote:
## Start it up
To simply run it:
```
lein tk
```To develop, start a repl:
```
lein repl :headless
```And in a separate terminal:
```
lein cljx auto
```Connect via nREPL, then:
```clj
(user/reset)
(user/dev-reset)
```After making any app changes:
```clj
(user/reset)
```