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.
npm start
- run the app in the development mode.npm run build
- builds the app for production to thebuild
folder.
Thanks to freeCodeCamp for the detailed user stories guide to built this project.