parent
b14171da7b
commit
6206b211ec
@ -0,0 +1,29 @@
|
|||||||
|
# simple-cljs-blog
|
||||||
|
|
||||||
|
This is a simple web server for a simple blog.
|
||||||
|
|
||||||
|
Web server uses:
|
||||||
|
- ClojureScript
|
||||||
|
- express
|
||||||
|
- HTMX
|
||||||
|
- AlpineJS
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
- NodeJS v20.6.0+
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
- copy `.env-example` as `.env`
|
||||||
|
- change configuration in `.env`
|
||||||
|
- run postgres
|
||||||
|
- run server
|
||||||
|
```shell
|
||||||
|
npx shadow-cljs watch node
|
||||||
|
node --env-file=.env index.js
|
||||||
|
```
|
||||||
|
|
||||||
|
# Author
|
||||||
|
|
||||||
|
Kostiantyn Klochko (c) 2024
|
||||||
|
|
Loading…
Reference in new issue