Liking cljdoc? Tell your friends :D

com.7theta/web

Current Version GitHub license

Leiningen template for web apps based on 7theta libraries.

Usage

The base template includes:

  • via
  • shadow-cljs
  • cljs-devtools
    1. Open Chrome's DevTools,Ctrl-Shift-i;
    2. open "Settings", F1;
    3. Check "Enable custom formatters" under the "Console" section;
    4. close and re-open DevTools

To create an application with the base template:

lein new com.7theta/web <project-name>

The optional profiles include:

To add a profile to the base template, append the profile name(s). E.g.,

lein new com.7theta/web <project-name> +servo +graal

Copyright and License

Copyright © 2022 7theta

Distributed under the MIT License.

Can you improve this documentation? These fine people already did:
Achint Sandhu, Tom & Tom Goldsmith
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close