thomascarvalho / cljs-reagent-reframe-unocss-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cljs-reagent-reframe-unocss-boilerplate

An opinionated boilerplate for Reagent app.

Installation

npm install

Development

npm run dev
# served to `http://localhost:5000`.

# or with the netlify-cli
ntl dev

Build and serve on production mode

On production mode React is replaced by Preact

npm run build
npm run serve

# served to `http://localhost:5000`.

About


Languages

Language:CSS 79.0%Language:Clojure 15.4%Language:HTML 3.6%Language:JavaScript 2.0%