/doejohn/Sample snippet

  • Read-only

  • TypeScript

  • 2 hours ago

  • 7.2K

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

Create new snippet

Are you sure you want to delete this snippet?