Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.