Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 760 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 760 Bytes

netlify-cljs-figwheel-main

Deploy to Netlify

This a lightweight template that lets you deploy a figwheel-main-based ClojureScript project on Netlify.

A demo of this site can be found at https://cljs-demo-figwheel-main.netlify.app/

Builds

Two base builds have been provided:

dev

This should be used for local development

clj -M -m figwheel.main -b dev -r

prod

This should be used for production developments

clj -m figwheel.main -O advanced -bo prod
sh

Interested in using shadow-cljs?

Checkout https://github.com/bryanmikaelian/netlify-cljs-shadowcljs