This project provides a simple Editor App for converting Markdown to HTML using Express.js, React.js TypeScript, and Docker.
If you want to run the project in development mode, follow these steps:
-
Clone the repository:
git clone https://github.com/Surya-Git-hub/markdown-preview.git
-
Create ENV file in both projects (backend and markdown-preview)
-
Copy env.sample file contents to env file
-
Start the backend server:
cd backend npm install npm run dev
-
Start the frontend server:
cd markdown-preview npm install npm run dev
-
Open http://localhost:5173 or specified URL in frontend terminal in your browser:
-
Copy this file contents and paste in markdown editor: