/shadow-cljs-re-frame-boilerplate

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

Primary LanguageClojure

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