This is the svelteionic project created by Debaditya Malakar to help anyone get started with ionic and svelte for building hybrid apps.
Make sure to change the appID in the capacitor.config.json
Use the ionic components as follows: <ion-component-name></ion-component-name>
This template comes with FontAwesomeIcons pre-installed so no need to use Ionicons
In case you want to modify or remove the navbar pls look into the src/components/Nav.svelte and src/routes/_layout.svelte files;
The css files for the navbar are present in the static folder
Make sure to set the set Android Gradle Plugin Version as 3.6.1 and Gradle version as 6.2.1 in the Project Structure from the file menu of Android Studio oor your app may not compile.