Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 727 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 727 Bytes

Markdown Previewer

A markdown previewer that will render your markdown text into a nicely formatted writings.
Built with React, on top of minimal-reactjs-boilerplate by Nikhil-Kumaran.
The app is using using marked to parse the text and react-html-parser to convert the output html into React components.

Getting Started

  • npm start - run the app in the development mode.
  • npm run build - builds the app for production to the build folder.


Thanks to freeCodeCamp for the detailed user stories guide to built this project.