dhenson02 / svelte-native-template

Svelte Native starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a blank svelte-native project template. It has preprocessing with typescript support enabled. It provides an easy way to get started with a svelte native project.

Usage

You can get started with this using degit:

npx degit halfnelson/svelte-native-template myapp
cd myapp
npm install

Your svelte-native app will be found in the myapp folder.

Once installed use the ns preview, ns build or ns run commands as for a normal NativeScript application.

Example: install & run application on your device:

ns run android
# or
ns run ios

About

Svelte Native starter template

License:Apache License 2.0


Languages

Language:JavaScript 49.1%Language:TypeScript 17.8%Language:CSS 17.7%Language:Svelte 15.4%