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

https://github.com/benzap/reddit-console

Reddit Web Console
https://github.com/benzap/reddit-console

clojure clojurescript fiflang shadow-cljs

Last synced: over 1 year ago
JSON representation

Reddit Web Console

Awesome Lists containing this project

README

          

#+TITLE: Reddit Web Console
#+AUTHOR: Benjamin Zaporzan
#+DATE: 2018-06-27
#+EMAIL: benzaporzan@gmail.com
#+LANGUAGE: en
#+OPTIONS: H:2 num:t toc:t \n:nil ::t |:t ^:t f:t tex:t

/nothing here yet/

* Development
- requires shadow-cljs: ~npm install -g shadow-cljs~
- requires java JDK 8

** Commandline Execution

#+BEGIN_SRC sh

# First Terminal, watch/compile the frontend and backend
shadow-cljs watch app browser

# Second Terminal, run the node web server
node out/index.js

#+END_SRC