I'm new to Svelte Native. I was following the Quick Start steps on docs. Installing nativescript
and creating the new Svelte-Native app with npx degit halfnelson/svelte-native-template myapp
were no issue.
But, after I've cd myapp
and then ran ns preview
(immediate continuation of the screenshot above):
Note: I did tns
preview
on the second attempt because I saw that on the screenshot on the docs, just to test it out and see whether it will work (but it didn't, too).
So should I just wait 'til the Preview service has been enabled? If not, I don't know how to configure local builds and use "ns run " instead. How will I do that?