Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonngdev/markdown-previewer
Simple ReactJS web app that parses Markdown syntax.
https://github.com/sonngdev/markdown-previewer
Last synced: about 5 hours 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:28:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T17:08:45.294Z (about 1 month 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.
![](https://res.cloudinary.com/nguyen-thanhson/image/upload/v1574528876/Screen_Shot_2019-11-24_at_00.07.33_uypnyx.png)
## 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.