Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/77z/rithem-mobile
Svelte Native Rithem Boards Mobile App
https://github.com/77z/rithem-mobile
Last synced: 5 days ago
JSON representation
Svelte Native Rithem Boards Mobile App
- Host: GitHub
- URL: https://github.com/77z/rithem-mobile
- Owner: 77Z
- Created: 2022-05-27T20:46:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T19:13:23.000Z (over 2 years ago)
- Last Synced: 2024-11-09T19:41:50.781Z (2 months ago)
- Language: Svelte
- Size: 2.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
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
```