metehan / shadow-cljs-re-frame-boilerplate

This is a shadow-cljs and re-frame absolute minimum hello world sample.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadow-cljs + Reagent + Re-Frame absolute minimum hello world

This is a shadow-cljs and re-frame absolute minimum hello world sample. Only contains these files:

.
├── public
│   ├── favicon.ico
│   └── index.html
├── src
│   └── app
│       └── core.cljs
├── .gitignore
├── package.json
├── readme.md
└── shadow-cljs.edn
  1. Clone this repo
  2. Install yarn dependencies yarn install
  3. Run shadow.cljs shadow-cljs watch app
  4. Open http://localhost:8080
  5. Edit /src/app/core.cljs

About

This is a shadow-cljs and re-frame absolute minimum hello world sample.


Languages

Language:Clojure 89.9%Language:HTML 10.1%