https://github.com/flavien-hugs/ns-svelte-app
NativeScript app with svelte
https://github.com/flavien-hugs/ns-svelte-app
nativescript svelte
Last synced: 6 months ago
JSON representation
NativeScript app with svelte
- Host: GitHub
- URL: https://github.com/flavien-hugs/ns-svelte-app
- Owner: flavien-hugs
- Created: 2022-06-13T18:37:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T18:39:07.000Z (over 3 years ago)
- Last Synced: 2025-02-12T20:33:31.323Z (8 months ago)
- Topics: nativescript, svelte
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript Svelte
### Development
This apps is built with the NativeScriot CLI. Once you have the [CLI InstlledCLI installed](https://docs.nativescript.org/start/quick-setup)g the repo:
```bash
npm i -g nativescript
```> For more infromation on how to use Svelte with NativeScript, check out the official [Svelte-Native documentation](https://svelte-native.technology/)
Clone the repo and got o the project's directory:
```bash
git clone https://github.com/flavien-hugs/ns-svelte-app.git
```Install the project's dependencies:
```bash
yarn add
```You can then run the app on Android and iOS using the following commands:
```bash
ns run androidns run ios
```