Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfnelson/svelte-native-template
Svelte Native starter template
https://github.com/halfnelson/svelte-native-template
Last synced: about 1 month ago
JSON representation
Svelte Native starter template
- Host: GitHub
- URL: https://github.com/halfnelson/svelte-native-template
- Owner: halfnelson
- License: apache-2.0
- Created: 2019-02-24T01:45:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:30:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-21T05:24:41.088Z (about 2 months ago)
- Language: JavaScript
- Size: 4.03 MB
- Stars: 51
- Watchers: 3
- Forks: 19
- Open Issues: 20
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-svelte - svelte-native-template - Template para criar APPs mobile com NativeScript e Svelte (NativeScript / Comunidade Global)
README
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`:
```bash
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:
```bash
ns run android
# or
ns run ios
```