https://github.com/williamjuan027/nativescript-movies-demo
🎬 Demo for Nativescript Angular Speed Code Youtube Series
https://github.com/williamjuan027/nativescript-movies-demo
angular demo nativescript
Last synced: 3 months ago
JSON representation
🎬 Demo for Nativescript Angular Speed Code Youtube Series
- Host: GitHub
- URL: https://github.com/williamjuan027/nativescript-movies-demo
- Owner: williamjuan027
- Created: 2021-03-22T14:32:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T03:59:28.000Z (about 3 years ago)
- Last Synced: 2025-01-30T20:30:55.077Z (3 months ago)
- Topics: angular, demo, nativescript
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PL44i_PSsr5XyxSt5hzJazPw8HMaVcesVu
- Size: 24.2 MB
- Stars: 64
- Watchers: 4
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies Demo
> 🎬 Demo for [Nativescript Angular Speed Code Youtube Series](https://www.youtube.com/playlist?list=PL44i_PSsr5XyxSt5hzJazPw8HMaVcesVu)
[]()
[]()
[]()
[]()
## Development
This app is built with the NativeScript CLI. Once you have the [CLI installed](https://docs.nativescript.org/start/quick-setup), 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
``````bash
git clone https://github.com/williamjuan027/nativescript-movies-demo.gitcd nativescript-movies-demo
```Install the project's dependencies
```bash
npm install
```You can then run the app on iOS and Android using the following commands:
```bash
npm run start.iosnpm run start.android
```