Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 286 Bytes

File metadata and controls

25 lines (16 loc) · 286 Bytes

react-markdown

Markdown editor built with React.

Demo here

Development environment

Step 1: Install dependencies

npm install

Step 2: Run dev server

npm start

Build: webpack bundle

npm run build