Skip to content

Live ClojureScript websitesλ︎

Info::This section is new, so feedback is appreciatedλ︎

This tutorial guides you through the creation of a relatively simple, responsive website that is deployed live on the Internet.

You will discover how to use the following tools: - ClojureScript - writing functions for sections of content - Reagent - add basic state management to the website - Bulma - a CSS only framework for responsive design - Figwheel-main - an interactive development environment for ClojureScript - GitHub Pages - a free service for deploying your website on the Internet

Example ClojureScript websitesλ︎

Looking for something more?λ︎

pesterhazy/cljs-spa-example is a more involved example of a Single Page Application in ClojureScript. This project uses figwheel-main, reagent, webpack, router5, yarn package management for npms,

Referencesλ︎