Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T03:59:28.000Z (almost 3 years ago)
- Last Synced: 2024-09-27T09:20:41.456Z (4 months ago)
- Topics: angular, demo, nativescript
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PL44i_PSsr5XyxSt5hzJazPw8HMaVcesVu
- Size: 24.2 MB
- Stars: 63
- Watchers: 4
- Forks: 13
- 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)
[![Nativescript](https://img.shields.io/badge/Nativescript-8-blue.svg?style=for-the-badge)]()
[![Angular](https://img.shields.io/badge/Angular-11-red.svg?style=for-the-badge)]()
[![Node](https://img.shields.io/badge/Node-12.7.0-darkgreen.svg?style=for-the-badge)]()
[![NPM](https://img.shields.io/badge/NPM-7.7.5-darkred.svg?style=for-the-badge)]()## 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
```