I need to install Routify to Svelte app which is running with Snowpack.
Current documentation is very narrow and only shows an installation with Rollap.
I've tried a template to achieve it but I get errors on the Routify side.
How can I achieve this?
Any help is very much appreciated. Also open to any other Path-based SPA router recommendations that work well with Snowpack.
Found a solution. Started a project with an official Snowpack template using
npx create-snowpack-app [DIR NAME] --template @snowpack/app-template-svelte-typescript(Replace[DIR NAME]with folder name).And then did everything below:
Install npm-run-all:
/package.json:
/snowpack.config.js: