Monaco Editor Parcel Bundler Sample
This sample shows how to load a small subset of the editor:
- Only the core editor and the find widget
- Only the json language coloring
To run this sample, you need to:
$/browser-esm-parcel> npm install .
$/browser-esm-parcel> npm run build
$/browser-esm-parcel> npm run simpleserver
Then, open http://localhost:9999/.