30 lines
381 B
Markdown
30 lines
381 B
Markdown
# 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
|
|
|