20 lines
381 B
HTML
20 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<h2>Monaco Editor Parcel Bundler Sample</h2>
|
|
|
|
To run this sample, you need to:
|
|
|
|
<pre>
|
|
$/browser-esm-parcel> npm install .
|
|
$/browser-esm-parcel> npm start
|
|
</pre
|
|
>
|
|
|
|
Then, open <a href="http://localhost:9999/">http://localhost:9999/</a>.
|
|
</body>
|
|
</html>
|