https://github.com/sonngdev/markdown-previewer
Simple ReactJS web app that parses Markdown syntax.
https://github.com/sonngdev/markdown-previewer
Last synced: 11 months ago
JSON representation
Simple ReactJS web app that parses Markdown syntax.
- Host: GitHub
- URL: https://github.com/sonngdev/markdown-previewer
- Owner: sonngdev
- Created: 2019-01-04T09:00:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:28:20.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:18:37.636Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://thanhsonng.github.io/markdown-previewer
- Size: 6.15 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Previewer
Simple ReactJS web app that parses Markdown syntax.

## Demo
[https://thanhsonng.github.io/markdown-previewer](https://thanhsonng.github.io/markdown-previewer)
## Run this locally
To run the app in the development mode:
```bash
$ npm install
$ npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will automatically reload if you make edits.
You will also see any lint errors in the console.