Build a blog using "Clojure on node.js" nbb
,
with reactjs for your components. Generates static HTML files.
This project requires nbb
for interactive
development. For "I know what I am doing and I don't need a REPL"-development,
you can just build the project using yarn.
Install dev dependencies with:
yarn
Start tailwindcss:
yarn tailwind:watch
This build produces the HTML-files and generates then the CSS from the output:
yarn build