How to make SolidJS application work from a subfolder
In this article, I'll show how to make SolidJS application work from a subdirectory - for example, deployed on GitHub pages. Code First, let's generate code following the documentation: $ npx degit solidjs/templates/js solid-subfolder npx: installed ...

