A React application that allows a user to write markdown and see it get rendered live.
- run
npm installto get dependencies - run
npm startto run the server - go to
localhost:3000on your browser to see the app
The box on the left is the markdown editor and can be used to write your markdown code. The box on the right is the markdown renderer and will display any markdown you have written. Note that that the editor can be resized by dragging its lower right corner.
