Skip to content

Commit b36fdac

Browse files
committed
Various changes to reflect updates to this repo made with the 2.5 release.
- No more start or angular-start branch references. - Angular 2 --> Angular - Updated contributors list Fixes #214
1 parent a3a3431 commit b36fdac

File tree

1 file changed

+13
-43
lines changed

1 file changed

+13
-43
lines changed

README.md

Lines changed: 13 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Groceries [![Build Status](https://travis-ci.org/NativeScript/sample-Groceries.svg?branch=master)](https://travis-ci.org/NativeScript/sample-Groceries)
22

3-
Groceries is a NativeScript-built iOS and Android app for managing grocery lists. You can learn how to build a version of this app from scratch using either our [JavaScript getting started guide](http://docs.nativescript.org/tutorial/chapter-0), or our [TypeScript and Angular 2 getting started guide](http://docs.nativescript.org/angular/tutorial/ng-chapter-0).
3+
Groceries is a NativeScript-built iOS and Android app for managing grocery lists. You can learn how to build a version of this app from scratch using either our [JavaScript getting started guide](http://docs.nativescript.org/tutorial/chapter-0), or our [TypeScript and Angular getting started guide](http://docs.nativescript.org/angular/tutorial/ng-chapter-0).
44

55
<!-- * [Download](#download) -->
66

@@ -13,40 +13,23 @@ Groceries is a NativeScript-built iOS and Android app for managing grocery lists
1313
* [Telerik Platform](#telerik-platform)
1414
* [Contributors](#contributors)
1515

16-
<!--
17-
Commenting this out for now because until Groceries 3.0 drops (see https://github.com/NativeScript/sample-Groceries/issues/78), the version of the app in the stores and this repo don’t match up. Commenting this out == confusion-- (hopefully).
18-
19-
<h2 id="download">Download</h2>
20-
21-
The latest version of Groceries is available on the iOS App Store as well as Google Play:
22-
23-
<a href="https://itunes.apple.com/us/app/groceries-simple-grocery-lists/id1041129105?mt=8">
24-
<img src="assets/app-store-icons/ios-app-store.png">
25-
</a>
26-
<a href="https://play.google.com/store/apps/details?id=org.nativescript.groceries&hl=en">
27-
<img src="assets/app-store-icons/google-play.png">
28-
</a>
29-
-->
30-
3116
<h2 id="branches">Branches</h2>
3217

3318
This repository contains a number of branches:
3419

35-
* The [**master** branch](https://github.com/NativeScript/sample-Groceries/) shows how to build a robust, real-world app using NativeScript. The branch is built with TypeScript and Angular 2.
20+
* The [**master** branch](https://github.com/NativeScript/sample-Groceries/) shows how to build a robust, real-world app using NativeScript. The branch is built with TypeScript and Angular.
3621

3722
---
3823

39-
* The [**angular-start** branch](https://github.com/NativeScript/sample-Groceries/tree/angular-start) contains the starting point for the [NativeScript “TypeScript and Angular” getting started guide](http://docs.nativescript.org/angular/tutorial/ng-chapter-0).
40-
* The [**angular-end** branch](https://github.com/NativeScript/sample-Groceries/tree/angular-end) contains the finished code for the TypeScript and Angular getting started guide.
24+
* The [**angular-end** branch](https://github.com/NativeScript/sample-Groceries/tree/angular-end) contains the finished code for the [NativeScript _TypeScript and Angular_ getting started guide](http://docs.nativescript.org/angular/tutorial/ng-chapter-0).
4125

4226
---
4327

44-
* The [**start** branch](https://github.com/NativeScript/sample-Groceries/tree/start) contains the starting point for the [NativeScript “JavaScript” getting started guide](http://docs.nativescript.org/tutorial/chapter-0).
45-
* The [**end** branch](https://github.com/NativeScript/sample-Groceries/tree/end) contains the finished code for the JavaScript getting started guide. Refer to it at any point while you’re completing the guide.
28+
* The [**end** branch](https://github.com/NativeScript/sample-Groceries/tree/end) contains the finished code for the [NativeScript _JavaScript_ getting started guide](http://docs.nativescript.org/tutorial/chapter-0).
4629

4730
---
4831

49-
* The [**web** branch](https://github.com/NativeScript/sample-Groceries/tree/web) contains a web version of Groceries that shares code with the NativeScript-built native app. The app is built with the Angular 2 CLI.
32+
* The [**web** branch](https://github.com/NativeScript/sample-Groceries/tree/web) contains a web version of Groceries that shares code with the NativeScript-built native app. The app is built with the Angular CLI.
5033
* The [**gh-pages** branch](https://github.com/NativeScript/sample-Groceries/tree/gh-pages) contains the GitHub Pages hosted version of the web branch. You can view the web app live at <https://nativescript.github.io/sample-Groceries>.
5134

5235
<h2 id="screenshots">Screenshots</h2>
@@ -61,38 +44,23 @@ This repository contains a number of branches:
6144

6245
<h2 id="development">Development</h2>
6346

64-
This app is built with the NativeScript CLI. Once you have the [CLI installed](http://docs.nativescript.org/angular/tutorial/ng-chapter-1#11-install-nativescript-and-configure-your-environment), start by cloning the repo:
47+
This app is built with the NativeScript CLI. Once you have the [CLI installed](https://docs.nativescript.org/start/quick-setup), start by cloning the repo:
6548

6649
```
6750
$ git clone https://github.com/NativeScript/sample-Groceries.git
6851
$ cd sample-Groceries
6952
```
7053

71-
Next, install the app's iOS and Android runtimes, as well as the app's npm dependencies:
72-
73-
```
74-
$ tns install
75-
```
76-
7754
From there you can use the `run` command to run Groceries on iOS:
7855

7956
```
80-
$ tns run ios --emulator
57+
$ tns run ios
8158
```
8259

8360
And the same command to run Groceries on Android:
8461

8562
```
86-
$ tns run android --emulator
87-
```
88-
89-
Finally, use the `livesync` command to push out changes to your app without having to go through the full build cycle:
90-
91-
```
92-
$ tns livesync ios --emulator --watch
93-
```
94-
```
95-
$ tns livesync android --emulator --watch
63+
$ tns run android
9664
```
9765

9866
<h3 id="linting">Linting</h3>
@@ -134,12 +102,14 @@ The following is a list of all the people that have helped build Groceries. Than
134102

135103
[<img alt="tjvantoll" src="https://avatars.githubusercontent.com/u/544280?v=3&s=117" width="117">](https://github.com/tjvantoll)[<img alt="hdeshev" src="https://avatars.githubusercontent.com/u/63219?v=3&s=117" width="117">](https://github.com/hdeshev)[<img alt="vakrilov" src="https://avatars.githubusercontent.com/u/4092076?v=3&s=117" width="117">](https://github.com/vakrilov)[<img alt="Mitko-Kerezov" src="https://avatars.githubusercontent.com/u/6683316?v=3&s=117" width="117">](https://github.com/Mitko-Kerezov)[<img alt="jlooper" src="https://avatars.githubusercontent.com/u/1450004?v=3&s=117" width="117">](https://github.com/jlooper)[<img alt="rosen-vladimirov" src="https://avatars.githubusercontent.com/u/8351653?v=3&s=117" width="117">](https://github.com/rosen-vladimirov)
136104

137-
[<img alt="ligaz" src="https://avatars.githubusercontent.com/u/19437?v=3&s=117" width="117">](https://github.com/ligaz)[<img alt="SvetoslavTsenov" src="https://avatars.githubusercontent.com/u/3598759?v=3&s=117" width="117">](https://github.com/SvetoslavTsenov)[<img alt="nadyaA" src="https://avatars.githubusercontent.com/u/6064810?v=3&s=117" width="117">](https://github.com/nadyaA)[<img alt="dtopuzov" src="https://avatars.githubusercontent.com/u/6651651?v=3&s=117" width="117">](https://github.com/dtopuzov)[<img alt="covex-nn" src="https://avatars.githubusercontent.com/u/110878?v=3&s=117" width="117">](https://github.com/covex-nn)[<img alt="NathanWalker" src="https://avatars.githubusercontent.com/u/457187?v=3&s=117" width="117">](https://github.com/NathanWalker)
105+
[<img alt="SvetoslavTsenov" src="https://avatars.githubusercontent.com/u/3598759?v=3&s=117" width="117">](https://github.com/SvetoslavTsenov)[<img alt="ligaz" src="https://avatars.githubusercontent.com/u/19437?v=3&s=117" width="117">](https://github.com/ligaz)[<img alt="sis0k0" src="https://avatars.githubusercontent.com/u/7893485?v=3&s=117" width="117">](https://github.com/sis0k0)[<img alt="wdulin" src="https://avatars.githubusercontent.com/u/1111372?v=3&s=117" width="117">](https://github.com/wdulin)[<img alt="dtopuzov" src="https://avatars.githubusercontent.com/u/6651651?v=3&s=117" width="117">](https://github.com/dtopuzov)[<img alt="nadyaA" src="https://avatars.githubusercontent.com/u/6064810?v=3&s=117" width="117">](https://github.com/nadyaA)
106+
107+
[<img alt="vchimev" src="https://avatars.githubusercontent.com/u/12251337?v=3&s=117" width="117">](https://github.com/vchimev)[<img alt="covex-nn" src="https://avatars.githubusercontent.com/u/110878?v=3&s=117" width="117">](https://github.com/covex-nn)[<img alt="bundyo" src="https://avatars.githubusercontent.com/u/98318?v=3&s=117" width="117">](https://github.com/bundyo)[<img alt="EddyVerbruggen" src="https://avatars.githubusercontent.com/u/1426370?v=3&s=117" width="117">](https://github.com/EddyVerbruggen)[<img alt="NathanWalker" src="https://avatars.githubusercontent.com/u/457187?v=3&s=117" width="117">](https://github.com/NathanWalker)[<img alt="nsndeck" src="https://avatars.githubusercontent.com/u/5665150?v=3&s=117" width="117">](https://github.com/nsndeck)
138108

139-
[<img alt="nsndeck" src="https://avatars.githubusercontent.com/u/5665150?v=3&s=117" width="117">](https://github.com/nsndeck)[<img alt="TsvetanMilanov" src="https://avatars.githubusercontent.com/u/10463529?v=3&s=117" width="117">](https://github.com/TsvetanMilanov)[<img alt="valentinstoychev" src="https://avatars.githubusercontent.com/u/4980822?v=3&s=117" width="117">](https://github.com/valentinstoychev)[<img alt="bradmartin" src="https://avatars.githubusercontent.com/u/6006148?v=3&s=117" width="117">](https://github.com/bradmartin)[<img alt="cmelo" src="https://avatars.githubusercontent.com/u/872461?v=3&s=117" width="117">](https://github.com/cmelo)
109+
[<img alt="tzraikov" src="https://avatars.githubusercontent.com/u/3244426?v=3&s=117" width="117">](https://github.com/tzraikov)[<img alt="TsvetanMilanov" src="https://avatars.githubusercontent.com/u/10463529?v=3&s=117" width="117">](https://github.com/TsvetanMilanov)[<img alt="bradmartin" src="https://avatars.githubusercontent.com/u/6006148?v=3&s=117" width="117">](https://github.com/bradmartin)[<img alt="cmelo" src="https://avatars.githubusercontent.com/u/872461?v=3&s=117" width="117">](https://github.com/cmelo)
140110

141111
<!-- Note: The table above get generated with the following commands -->
142-
<!-- npm install -g githubcontrib -->
112+
<!-- npm install -g github-contributors-list -->
143113
<!-- githubcontrib --owner NativeScript --repo sample-Groceries --cols 6 --sortOrder desc | pbcopy -->
144114

145115
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/sample-groceries?pixel)

0 commit comments

Comments
 (0)