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
- Host: GitHub
- URL: https://github.com/benzap/reddit-console
- Owner: benzap
- Created: 2018-06-27T10:24:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:58:06.000Z (over 3 years ago)
- Last Synced: 2025-03-15T03:42:08.269Z (over 1 year ago)
- Topics: clojure, clojurescript, fiflang, shadow-cljs
- Language: Clojure
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.org
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