https://github.com/curiouslearner/md-notes-app
A simple ReactJS app to write and preview notes in Markdown
https://github.com/curiouslearner/md-notes-app
Last synced: 2 months ago
JSON representation
A simple ReactJS app to write and preview notes in Markdown
- Host: GitHub
- URL: https://github.com/curiouslearner/md-notes-app
- Owner: CuriousLearner
- Created: 2022-09-03T13:22:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T15:19:48.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T05:32:11.207Z (about 2 years ago)
- Language: JavaScript
- Size: 489 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
