Coderhub
src
index.ts
styes.css
index.html
package.json
import "./styles.css";
document.getElementById("app").innerHTML = `
<h1>Hello World</h1>
<div>
We use the same configuration as Parcel to bundle this sandbox, you can find more
info about Parcel
<a href="https://parceljs.org" target="_blank" rel="noopener noreferrer">here</a>.
</div>
`;
Hello World
We use the same configuration as Parcel to bundle this sandbox, you can find more info about Parcel here