Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serioga/static-website-clojure
Prototype of Clojure project for static website development
https://github.com/serioga/static-website-clojure
clojure hiccup leiningen stasis static-site-generator static-website tailwind-css
Last synced: about 2 months ago
JSON representation
Prototype of Clojure project for static website development
- Host: GitHub
- URL: https://github.com/serioga/static-website-clojure
- Owner: serioga
- License: mit
- Created: 2020-02-19T14:40:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T00:39:50.000Z (over 2 years ago)
- Last Synced: 2024-12-15T21:41:52.845Z (about 2 months ago)
- Topics: clojure, hiccup, leiningen, stasis, static-site-generator, static-website, tailwind-css
- Language: Clojure
- Size: 316 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# static-website-clojure
Prototype of Clojure project for static website development## Features
- Hiccup
- Tailwind CSS
- Clojure
- Hor reloading## Usage
Run for development:
npx nf -p 8080 start
Build static website:
lein release
.Run web server for release version:
lein with-profile test-release ring server