Skip to content

Starter app with npm

import "./styles.css";

document.getElementById("app").innerHTML = `
<h1>Hello world</h1>
`;

Updated at: