Hacker News new | ask | show | jobs
by mixmastamyk 706 days ago
I don’t know what vite is. Should I be interested? (Trying to keep the JS part of my app as simple as possible without a lot of deps.)
1 comments

It's just a way to get up and running with an app template. But this is the essence of the JS in question: https://github.com/tinyplex/vite-tinybase/blob/main/src/inde...
Thanks!