Skip to content

jakeNiemiec/courses-rps-conference-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RPS Conference App code

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

Languages

  • TypeScript 86.8%
  • CSS 13.2%