/example-nextjs-markdown-editor

Use CodeMirror to create Editor. Use react-markdown to render Markdown to React.

Primary LanguageTypeScript

Markdown Editor Web Application

A markdown editor built with Next.js.

App in development environment Screenshot 2022-10-09 at 15 28 58

App in production environment nextjs-markdown-editor-demo

Tech Stack

Getting Started

  • Install all dependencies:
yarn
# or 
yarn install
  • Run the development server:
yarn dev

Open http://localhost:3000 with your browser to see the result.

  • Build the app:
yarn build

Deploy on Vercel

The deployed app link: https://example-nextjs-markdown-editor.vercel.app/

Relevant articles

About me