https://github.com/robert-stuttaford/tk-app-dev
https://github.com/robert-stuttaford/tk-app-dev
Last synced: 3 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T14:27:10.000Z (almost 11 years ago)
- Last Synced: 2025-04-06T18:16:49.979Z (3 months ago)
- Language: Clojure
- Size: 145 KB
- Stars: 22
- Watchers: 3
- 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)
```