Skip to content

alexziskind1/courses-rps-conference-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RPS Conference App code

This demo app has been updated to NativeScript version 3.1.1

Clone this repository

git clone https://github.com/alexziskind1/courses-rps-conference-app.git

Go into the repository directory

cd courses-rps-conference-app

Change to the update_3.1.1 branch

git checkout update_3.1.1

Go into the project directory

cd rps-conf

Run the project on iOS

tns run ios

Run the project on Android

tns run android

This is a companion app to my Pluralsight course Building Cross Platform Native Mobile Applications with NativeScript. This app is based on the TelerikNEXT app sample with a few things added.

Fork/clone the repository and run npm install in the rps-conf directory. This app is based on the Telerik NEXT app sample with a few things added.

Use this application to find-out how to implement common mobile scenarios with NativeScript.

Running the sample

  1. Make sure you have the NativeScript Command Line Interface installed as well as all the prerequisites for the NativeScript development.

  2. Fork and/or clone the repo:

git clone https://github.com/alexziskind1/courses-rps-conference-app.git
cd courses-rps-conference-app/rps-conf
  1. Install the dependencies
npm install
  1. Run the project:

    tns run ios|android [--emulator]

    The --emulator keyword instructs the CLI to load the iOS simulator or an android emulator depending on the platform you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published