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
yarn
ornpm install
- Start the app
yarn start
ornpm run start
- Visit localhost:3000