Skip to content

theozebua/react-markdown-preview

Repository files navigation

Markdown Live Preview

Just a simple markdown live preview.

Run Locally

  1. Clone the project
git clone https://github.com/theozebua/react-markdown-preview.git
  1. Go to the project directory
cd react-markdown-preview
  1. Install dependencies
npm install
  1. Start the server
npm run dev