🎬 Demo for Nativescript Angular Speed Code Youtube Series
This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:
This app uses the new RootLayout component from Nativescript 8 so make sure that the latest Nativescript CLI (8.0.x) is installed prior to running the app:
npm i -g nativescript@latest
git clone https://github.com/williamjuan027/nativescript-movies-demo.git
cd nativescript-movies-demo
Install the project's dependencies
npm install
You can then run the app on iOS and Android using the following commands:
npm run start.ios
npm run start.android