/md-notes-app

A simple ReactJS app to write and preview notes in Markdown

Primary LanguageJavaScript

MD Notes App

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

Development

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:

 Screenshot of Notes MD App