Skip to content

A ClojureScript App Template that uses Shadow CLJS, Reagent and Tailwind

Notifications You must be signed in to change notification settings

velppa/create-reagent-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create shadow-cljs app with Reagent and Tailwind

DOESN’T WORK YET!

This is an opinionated template for clj-new project generator that includes ClojureScript, Reagent and Tailwind.

Inspired by:

  • Thomas Mattacchione’s create-reagent-app template that uses Figwheel
  • Mike Zamansky’s template

Includes:

  • ClojureScript
  • Shadow CLJS
  • Tailwind 2
  • Reagent

Assumptions:

  • Org mode for documentation

How to use it

clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "1.1.264"}}}' \
  -X clj-new/create \
  :template '"https://github.com/pavel-popov/create-reagent-app@v0.0.1"' \
  :name pp/game2048

About

A ClojureScript App Template that uses Shadow CLJS, Reagent and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Clojure 69.9%
  • CSS 20.3%
  • HTML 9.8%