24 lines
407 B
Org Mode
24 lines
407 B
Org Mode
#+TITLE: Getting started
|
|
|
|
|
|
* Install dependencies and start app
|
|
#+BEGIN_SRC sh
|
|
npm install
|
|
#+END_SRC
|
|
|
|
#+BEGIN_SRC sh
|
|
clojure -Mbuild watch app
|
|
#+END_SRC
|
|
|
|
|
|
|
|
Future Content
|
|
|
|
- Dynamic html with macro for frontend generation on build.
|
|
- Complete frontend backend example wth ring retit reagent
|
|
|
|
|
|
https://stacksorted.com
|
|
|
|
https://www.clojuriststogether.org/news/call-for-new-proposals.-june-survey-results./
|