A simple ReactJS app to write and preview notes in Markdown. It stores the notes in localStorage.
Quick start:
$ yarn # npm install
$ yarn build # npm run build
Run Webpack in watch-mode to continually compile the JavaScript as you work:
$ yarn watch # npm run watch
Here is what the app looks like: