Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 502 Bytes

Reagent Markdown Editor

A simple Markdown editor using Reagent.

Demo

See the live demo here

Running the project

git clone https://github.com/lacarmen/reagent-markdown-editor.git
cd reagent-markdown-editor
lein figwheel

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.