metosin/sauna-todo

Name: sauna-todo

Owner: Metosin

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

Created: 2017-04-04 06:55:02.0

Updated: 2018-01-26 17:32:40.0

Pushed: 2018-01-10 16:25:22.0

Homepage:

Size: 53

Language: Clojure

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Sauna-todo

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

Development

Open terminal, go to the working directory and run:

 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
 alt-test once
 alt-test auto
Deployment

Open terminal, go to the working directory and run:

 prod

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

 -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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.