HyperApp Example
For context on why I made this, see my blog post: Here are my code exercises I submitted to get job interviews (part 1)
First run this command in your terminal to build assets
make build
Next, run the server in another terminal
make run-server
Finally, view the webpage in your browser
Open up http://localhost:8080/
Tests
There's only linting right now
make test