Skip to content

rdeline/monaco-editor-samples

 
 

Repository files navigation

Monaco Editor Samples

Standalone HTML samples showing how to integrate the Monaco Editor.

Running

From npm:

npm install monaco-editor-samples
cd node_modules/monaco-editor-samples
npm run simpleserver

From source:

git clone https://github.com/Microsoft/monaco-editor-samples.git
cd monaco-editor-samples
npm install .
npm run simpleserver

Go to localhost:8888 and explore the samples!

License

MIT

About

Samples for using the Monaco Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.6%
  • JavaScript 3.4%