You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/README.md

20 lines
359 B
Markdown

9 years ago
# 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
8 years ago
MIT