metosin / sauna-todo

Simple full-stack TODO app example for demonstrating Clojure(script)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sauna-todo

Simple full-stack TODO app example for demonstrating Clojure(script)

Development

Open terminal, go to the working directory and run:

lein dev

Then open your IDE / editor and start a new REPL from there. Use (reset) to start the server and reset it when you make changes to the backend.

The frontend is running at http://localhost:3000.

The frontend will update automatically when files are saved.

Tests

lein alt-test once
lein alt-test auto

Deployment

Open terminal, go to the working directory and run:

lein prod

This will produce an uberjar, which you run with command:

java -jar target/uberjar/sauna-todo-0.1.0-SNAPSHOT-standalone.jar

License

Copyright © 2017 Metosin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Simple full-stack TODO app example for demonstrating Clojure(script)

License:Eclipse Public License 1.0


Languages

Language:Clojure 89.1%Language:CSS 10.9%