Skip to content

Commit 86b088c

Browse files
committed
moving the note about cloning app templates to the end of the section
1 parent c48fc79 commit 86b088c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/chapters/chapter1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ $ tns
3232

3333
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).
3434

35-
> **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:
36-
> ```
37-
> tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
38-
> ```
39-
4035
<h4 class="exercise-start">
4136
<b>Exercise</b>: Get the Groceries starting point
4237
</h4>
@@ -71,6 +66,11 @@ git checkout angular-start
7166
7267
<div class="exercise-end"></div>
7368

69+
> **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:
70+
> ```
71+
> tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
72+
> ```
73+
7474
### Add target development platforms
7575
7676
Your app is now set up, but before you run it, you need to initialize a platform-specific native project for each platform you intend to target.

0 commit comments

Comments
 (0)