Want to join for a game, fam? https://stift-und-papier.web.app/
Go through the NativeScript full setup.
npm run start
to start the web appnpm run desktop
to start the desktop appnpm run android
to start the Android appnpm run ios
to start the iOS app
By adding a .tns
before the file extension, you can indicate that this file is NativeScript-specific, while the same file without the .tns extension is marked as web-specific. If we have just one file without the .tns extension, then this makes it a shared file.