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.
|
|
2 years ago | |
|---|---|---|
| src/main/blog | 2 years ago | |
| views | 2 years ago | |
| .env-example | 2 years ago | |
| .gitignore | 2 years ago | |
| Readme.md | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years ago | |
| shadow-cljs.edn | 2 years ago | |
Readme.md
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-exampleas.env - change configuration in
.env - run postgres
- run server
npx shadow-cljs watch node node --env-file=.env index.js
# Author
Kostiantyn Klochko (c) 2024