Simple Markdown editor built with Hyperapp.
This example use Parcel bundler and JSX
syntax.
For plain ES6
syntax see the Codepen version of this example.
git clone https://github.com/LearnHyperapp/markdown-editor.git
cd markdown-editor
npm install
npm run start
npm run build
- CMD+S / CTRL+S - to save
- CMD+Q / CTRL+Q - to delete
More examples: LearnHyperapp