Skip to content

Surya-Git-hub/markdown-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Editor App

This project provides a simple Editor App for converting Markdown to HTML using Express.js, React.js TypeScript, and Docker.

Run project

If you want to run the project in development mode, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Surya-Git-hub/markdown-preview.git
  2. Create ENV file in both projects (backend and markdown-preview)

  3. Copy env.sample file contents to env file

  4. Start the backend server:

    cd backend 
    npm install
    npm run dev
    
  5. Start the frontend server:

    cd markdown-preview 
    npm install
    npm run dev
    
  6. Open http://localhost:5173 or specified URL in frontend terminal in your browser:

  7. Copy this file contents and paste in markdown editor:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published