A markdown editor built with Next.js.
App in development environment
- Next.js : A widely-used framework for building React applications
- TypeScript: A typed JavaScript
- CodeMirror 6: An extensible code editor for the web
- Remark: An extensible Markdown processor
- React-Markdown: React component to render markdown.
- react-syntax-highlighter: Syntax highlighting component for react with
prismjs
orhighlightjs
using inline styles
- 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
The deployed app link: https://example-nextjs-markdown-editor.vercel.app/