rsnext/examples/with-monaco-editor/README.md

1.2 KiB

Example app with Monaco Editor

This example adds support for Monaco Editor integration using the react-monaco-editor library.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-monaco-editor with-monaco-editor-app
# or
yarn create next-app --example with-monaco-editor with-monaco-editor-app

Deploy it to the cloud with Vercel (Documentation).