monaco-editor/README.md
2016-06-16 09:55:30 +02:00

27 lines
No EOL
490 B
Markdown

# 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 <a href="http://localhost:8888">localhost:8888</a> and explore the samples!
## License
MIT