From 675c193d323d5478f9d7327d362b02eafa008360 Mon Sep 17 00:00:00 2001 From: Valentin Stoychev Date: Thu, 5 Mar 2015 15:55:04 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f3e309cac..36b0f75ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # NativeScript + +## What is NativeScript + +NativeScript is a *cross-platform* JavaScript framework that lets you develop native iOS and Android apps from a single code base. The framework provides JavaScript access to the native APIs, user interface, and rendering engines of iOS and Android. By using JavaScript or TypeScript, you can create one project that builds into an iOS or Android app with completely native user experience. + +To learn more about NativeScript, you can check the following resources: +[The NativeScript web page](www.nativescript.org) +[Getting Started](http://docs.nativescript.org/getting-started) +[Documentation](http://docs.nativescript.org)