monaco-editor/README.md
2017-01-21 11:11:59 +01:00

19 lines
359 B
Markdown

# Monaco Editor Samples
Standalone HTML samples showing how to integrate the Monaco Editor.
## Running
```
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