nativescript movies demo

🎬 Demo for Nativescript Angular Speed Code Youtube Series

51
7
TypeScript

Movies Demo

🎬 Demo for Nativescript Angular Speed Code Youtube Series

Nativescript
Angular
Node
NPM

movies app preview

Development

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