An open API service indexing awesome lists of open source software.

https://github.com/k-nrd/cljs-starter

Barebones starter for cljs projects
https://github.com/k-nrd/cljs-starter

clojurescript shadow-cljs starter template

Last synced: 4 months ago
JSON representation

Barebones starter for cljs projects

Awesome Lists containing this project

README

        

# cljs-starter

This is an unbelievable barebones starter for cljs projects.
This only exists because I don't use ClojureScript all that often, so whenever I come back to it I spend way too much time just to get a "hello world" type-thing going.
Hopefully this saves me some time in the future, and if it saves someone else's as well, that's great.

## Deps

You'll notice I added devtools and malli as a dependency. Devtools is basically self-explanatory; I use malli by default because my TypeScript brain can't handle not knowing the shape of things.


Note to self:
If my future self reads this, remember you're a stupid bloke that can't use most Clojure libs, so just pull those npm libraries and use them directly - it should save some precious brain-CPU cycles.