You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
381 B

# 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