index.html 381 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5. </head>
  6. <body>
  7. <h2>Monaco Editor Parcel Bundler Sample</h2>
  8. To run this sample, you need to:
  9. <pre>
  10. $/browser-esm-parcel> npm install .
  11. $/browser-esm-parcel> npm start
  12. </pre
  13. >
  14. Then, open <a href="http://localhost:9999/">http://localhost:9999/</a>.
  15. </body>
  16. </html>