monaco-yaml/examples/webpack/README.md
Remco Haszing 2ea154af85
Update documentation
- Update repository links
- Restructure the readme
- Add contributing document
- Update credits
2021-07-31 16:15:45 +02:00

10 lines
250 B
Markdown

# Webpack entry points demo
This demo shows how to use `monaco-editor` and `monaco-yaml` with Webpack 4
[entry points](https://webpack.js.org/concepts/entry-points). To start it, simply run:
```sh
npm start
```
The demo will open in your browser.