Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 662 Bytes

File metadata and controls

37 lines (26 loc) · 662 Bytes

cljs-reagent-reframe-twind-boilerplate

An opinionated boilerplate for Reagent app.

Installation

npm install
# or 
yarn 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`.