https://github.com/mrseanbaines/markdown-previewer
A markdown previewer built using React, Redux and Marked.js
https://github.com/mrseanbaines/markdown-previewer
es2015 es6 javascript markdown marked-js react reactjs
Last synced: about 1 month ago
JSON representation
A markdown previewer built using React, Redux and Marked.js
- Host: GitHub
- URL: https://github.com/mrseanbaines/markdown-previewer
- Owner: mrseanbaines
- Created: 2018-07-30T20:04:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T20:02:22.000Z (over 6 years ago)
- Last Synced: 2025-01-25T07:07:56.167Z (3 months ago)
- Topics: es2015, es6, javascript, markdown, marked-js, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Previewer
A markdown previewer built using React, Redux and Marked.js## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.To get started, run the following commands:
1. Install dependencies:
```sh
npm install
```
2. Run the app:
```sh
npm start
```
3. View the project at http://localhost:3000/