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.
|
1 year ago | |
---|---|---|
src/main/blog | 1 year ago | |
views | 1 year ago | |
.env-example | 1 year ago | |
.gitignore | 1 year ago | |
Readme.md | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
shadow-cljs.edn | 1 year 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-example
as.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