Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/learn-svelte-native-todo-app
WIP: A todo app built with Svelte Native and NativeScript
https://github.com/mrsauravsahu/learn-svelte-native-todo-app
Last synced: about 1 month ago
JSON representation
WIP: A todo app built with Svelte Native and NativeScript
- Host: GitHub
- URL: https://github.com/mrsauravsahu/learn-svelte-native-todo-app
- Owner: mrsauravsahu
- License: apache-2.0
- Created: 2020-07-19T07:46:27.000Z (over 4 years ago)
- Default Branch: truth
- Last Pushed: 2023-01-07T20:14:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T08:34:14.767Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 3.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is a barebones svelte-native project template. It was created directly from a nativescript core project template. 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 `tns preview`, `tns build` or `tns run` commands as for a normal NativeScript application.
Example: install & run application on your device:
```bash
tns run android
# or
tns run ios
```