All Projects β†’ fnumatic β†’ reframe-starter

fnumatic / reframe-starter

Licence: MIT license
re-frame starter app. Includes shadow-cljs, deps.edn, garden, re-frame-10x and reitit.

Programming Languages

clojure
4091 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to reframe-starter

learn-re-frame-course-files
🎦 Learn re-frame course files for building Cheffy app
Stars: ✭ 51 (+218.75%)
Mutual labels:  re-frame, shadow-cljs
ClojureRNProject
Simple React Native application with ClojureScript, re-frame and react navigation v5
Stars: ✭ 32 (+100%)
Mutual labels:  re-frame, shadow-cljs
rn-shadow-steroid
React Native with shadow-cljs on steroids
Stars: ✭ 57 (+256.25%)
Mutual labels:  re-frame, shadow-cljs
shadow-cljs-tailwindcss
shadow-cljs + tailwindcss
Stars: ✭ 136 (+750%)
Mutual labels:  shadow-cljs
simple-cors
Simply usable CORS middleware / interceptor for Clojure
Stars: ✭ 26 (+62.5%)
Mutual labels:  reitit
sitefox
Node + cljs backend web framework
Stars: ✭ 180 (+1025%)
Mutual labels:  shadow-cljs
minimal-shadow-cljs-browser
Demo shadow-cljs for browser apps
Stars: ✭ 37 (+131.25%)
Mutual labels:  shadow-cljs
re-pressed
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
Stars: ✭ 150 (+837.5%)
Mutual labels:  re-frame
re-flow
A library that adds tools for building and executing workflows in re-frame applications
Stars: ✭ 31 (+93.75%)
Mutual labels:  re-frame
reagent-shadow-cljs-starter
A minimal starter pack for Reagent-based projects
Stars: ✭ 29 (+81.25%)
Mutual labels:  shadow-cljs
re-frame-utils
Re-frame extensions
Stars: ✭ 59 (+268.75%)
Mutual labels:  re-frame
roll
RPG dice roller with both Rust CLI and ClojureScript Web interfaces
Stars: ✭ 14 (-12.5%)
Mutual labels:  re-frame
tailwind-hiccup
tailwindcss + hiccup = πŸ‘πŸ‘
Stars: ✭ 34 (+112.5%)
Mutual labels:  re-frame
re-frame-tracer
No description or website provided.
Stars: ✭ 15 (-6.25%)
Mutual labels:  re-frame
breaking-point
BREAKING-POINT lets you quickly define and subscribe to screen (i.e. window) breakpoints in your re-frame application
Stars: ✭ 36 (+125%)
Mutual labels:  re-frame
ui-gorilla
Reagent UI renderer for data visualization.
Stars: ✭ 14 (-12.5%)
Mutual labels:  shadow-cljs
re-frame-routing
ClojureScript (re-frame) library that manages routing and route state.
Stars: ✭ 16 (+0%)
Mutual labels:  re-frame
clean-todos
πŸ“‹ A todo example leveraging clean architecture in Clojure
Stars: ✭ 75 (+368.75%)
Mutual labels:  re-frame
re-alm
An Elm Architecture experiment in ClojureScript
Stars: ✭ 24 (+50%)
Mutual labels:  re-frame
shadow-firebase
shadow-cljs and firebase using google auth and persisting state to realtime database
Stars: ✭ 26 (+62.5%)
Mutual labels:  shadow-cljs

cljs-reframe-template

A starter re-frame application.

frontend routing with reitit

dev tooling with shadow-cljs

styles per inline injection with CSS Garden

styles via TailwindCSS https://tailwindcss.com/

Development Mode

npx shadow-cljs watch app

Compile application

npx shadow-cljs compile app
npx shadow-cljs release app

CSS via Tailwind

manually purge CSS

npm run-script tw

Run application:

Wait a bit, then browse to http://localhost:8021.

Using babashka

  • use of the new babashka tasks feature

  • config via bb.edn

bb tasks
bb watch
bb compile
bb release
bb purgecss
bb buildreport
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].