This is a simple markdown preview app, which displays your changes in real time. It does not save your work.
- Clone the repository
git clone https://github.com/misspee007/markdown_editor.git - Open the folder in your preferred code editor and install dependencies
yarnornpm install - Start the app
yarn startornpm run start - Visit localhost:3000