https://github.com/artbohr/markdown-previewer
Preview GitHub-flavored Markdown
https://github.com/artbohr/markdown-previewer
react-bootstrap reactjs
Last synced: 4 months ago
JSON representation
Preview GitHub-flavored Markdown
- Host: GitHub
- URL: https://github.com/artbohr/markdown-previewer
- Owner: artbohr
- Created: 2017-10-19T19:42:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T17:41:34.000Z (over 7 years ago)
- Last Synced: 2025-01-11T13:10:17.692Z (5 months ago)
- Topics: react-bootstrap, reactjs
- Language: JavaScript
- Size: 779 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub-flavored Markdown Previewer
## Live Demo
https://artbohr.github.io/markdown-previewer## Local Setup
clone this repository and *run* these commands:```
npm install
npm start
```### This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).