Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 659 Bytes

NativeScript for Angular

tutorial app preview

Development

This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:

npm i -g nativescript

Clone the repo and go to the project's directory:

git clone https://github.com/NativeScript/tutorials.git

cd tutorials/angular-tutorial

Install the project's dependencies:

npm install

You can then run the app on iOS and Android using the following commands:

ns run ios

ns run android