An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# NativeScript Svelte

tutorile-app-preview

### 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 android

ns run ios
```