Open source cross-platform TelerikNEXT conference app built with NativeScript.
You can see the application in action by downloading it from the App Store or Google Play.
Use this application to find-out how to implement common mobile scenarios with NativeScript.
This application is using the drawer component from Telerik UI for NativeScript.
To get started with NativeScript apps please use our getting started with NativeScript guide.
-
Make sure you have the NativeScript Command Line Interface installed as well as all the prerequisites for the NativeScript development, described in the installation guide.
-
Clone the repo:
git clone https://github.com/NativeScript/sample-TelerikNEXT.git
cd sample-TelerikNEXT
-
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.