We want a better way too code the web with JavaScript. We are all about readability, think react but better.
Go too your termanal and put this
npm install wwwscript
A basic program would look like this:
<script src="https://www.package-hoarder.github.io/wwwscript/index.js"></script>
<div id="main">
<h1>Success!</h1>
</div>
doc("#main").addClass("example")
.example {
font-family: system-ui;
text-align: center;
}
(of course you cant make separate files exept css)