gavinengel / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.

Home Page:http://www.nativescript.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See the NativeScript framework in Action!

This is an app created by the NativeScript team to show the NativeScript framework in action. Run the app on your phone to explore the UX and performance that are delivered using cross platform JavaScript code.

You will find here the most common mobile use cases implemented - Data visualization, Data entry, Charting and native API access. The app contains samples that shows different nuts and bolts from the core NativeScript framework like layouts, buttons, animations and more.

The application also serves as a demo for the paid UI components created by Telerik called "UI for NativeScript".

You can use the application to see NativeScript in action, but also as a learning purpose since the entire source code is available in this repo.

Install the app on your device directly from the store

See NativeScript in Action on Android See NativeScript in Action on iOS

Run the app from source code

As a prerequisite you should setup the NativeScript CLI with its dependencies.

1.Get the source code of the app on your machine:

git clone --depth 1 https://github.com/NativeScript/nativescript-marketplace-demo.git

2.Build and run using the NativeScript CLI commands like:
for iOS:

tns emulate ios 

for Android, you will need to update to the latest Android SDKs (type android on your console and then update everything that is reported). After that execute:

tns run android

If you have any questions of feebdack please open an issue.

Want to see more samples like this one? Check our NativeScript samples list.

For more news about NativeScript please follow our twitter account.

Enable Analytics

Analytics is set in place but requires api key to be enabled. Just place an "analyticsAppId": "****************" key in the app/package.json. For more information check the plugin in npmjs.org: https://www.npmjs.com/package/nativescript-telerik-analytics

About

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.

http://www.nativescript.org

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 76.9%Language:CSS 23.0%Language:JavaScript 0.1%