Skip to content

Commit 30762f2

Browse files
committed
Adding a note about starting up new apps
1 parent 87ec25a commit 30762f2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ <h3 id="install-nativescript-and-configure-your-environment">Install NativeScrip
8888
└─────────┴─────────────────────────────────────────────────────────────────────┘
8989
</code></pre><h3 id="start-your-app">Start your app</h3>
9090
<p>With the NativeScript CLI installed, it&#39;s time to start building your app. Normally, you would <a href="https://github.com/NativeScript/NativeScript-cli#create-project">use the <code>tns create</code> command to create an empty NativeScript application</a>. For this guide however, we&#39;ve scaffolded out a boilerplate project to act as a starting point for <a href="https://github.com/NativeScript/sample-Groceries">Groceries</a>.</p>
91+
<blockquote>
92+
<p><strong>NOTE</strong>: After completing this guide, if you’d like to start a new NativeScript and Angular 2 app—one that doesn’t clone Groceries—you can use the NativeScript CLI’s <code>tns create</code> command as such:
93+
<code>tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng</code></p>
94+
</blockquote>
9195
<h4 class="exercise-start">
9296
<b>Exercise</b>: Get the Groceries starting point
9397
</h4>

src/chapters/chapter1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ $ tns
3030

3131
With the NativeScript CLI installed, it's time to start building your app. Normally, you would [use the `tns create` command to create an empty NativeScript application](https://github.com/NativeScript/NativeScript-cli#create-project). For this guide however, we've scaffolded out a boilerplate project to act as a starting point for [Groceries](https://github.com/NativeScript/sample-Groceries).
3232

33+
> **NOTE**: After completing this guide, if you’d like to start a new NativeScript and Angular 2 app—one that doesn’t clone Groceries—you can use the NativeScript CLI’s `tns create` command as such:
34+
> `tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng`
35+
3336
<h4 class="exercise-start">
3437
<b>Exercise</b>: Get the Groceries starting point
3538
</h4>

0 commit comments

Comments
 (0)