I started trying out lit-html and lit-elements, playing around with it and now I git in the problem where I cannot find out how to publish such code online. Never worked with Node-js packages on online platforms, only used bits of code from it. Normaly I build plain php/html templates, but I wanna try this.
Build some test cases localy that work. But googled all over the place to find out how i can publish this kind of code online to the internet. I am using a shared hosting with many options like SSH e.g. But can't find out what to do to get this working, it can't be as simple as running npm install on my server right?
polymer build
. In local repository... Then upload that folder to file explorer in shared hosting.. read this blog on how to configure polymer.json... jsabarinath.wordpress.com/2019/03/30/… – Sheepdip