Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robert-stuttaford/tk-app-dev


https://github.com/robert-stuttaford/tk-app-dev

Last synced: 2 months ago
JSON representation

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)
```