Some of us are crazy people. I am one of them. According to the 2023 Stack Overflow Developer Survey, 1.36% of web developers use Solid.JS and another 1.26% of developers use Clojure. But this is ClojureScript, which is an even smaller percentage. So the probability that you'll find another person who uses Solid.JS and ClojureScript is less than 0.017%. If you're part of that 0.017%, look no further.
I put together 2 environments to create this. You can find them here:
- Run
git clone https://github.com/codewriter3000/cljs-solid-tailwind.git
- Run
yarn add solid-js --save-dev
- Run
npm install
- Run
npm run dev
- If you're planning on going into production, make a
.env
file in the root directory and setNODE_ENV="production"