Skip to content

Commit 38bbea3

Browse files
feat(docs): add readme
1 parent 315ac4b commit 38bbea3

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# NativeScript Tutorials
2+
3+
> Demo apps for NativeScript tutorials
4+
5+
<img alt="demo app preview" src="./screenshots/tutorial-example-app-preview.png" width="500">
6+
7+
## Getting Started
8+
9+
More information on how to run each demo app on the READMEs of the specific flavor:
10+
11+
- [Angular](./angular-demo)

angular-demo/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# NativeScript Angular Demo
2+
3+
> Demo for NativeScript Angular Tutorial
4+
5+
<img alt="demo app preview" src="../screenshots/tutorial-example-app-preview.png" width="500">
6+
7+
## Development
8+
9+
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:
10+
11+
```
12+
npm i -g nativescript
13+
```
14+
15+
```bash
16+
git clone https://github.com/williamjuan027/nativescript-tutorials.git
17+
18+
cd nativescript-tutorials/angular-demo
19+
```
20+
21+
Install the project's dependencies
22+
23+
```bash
24+
npm install
25+
```
26+
27+
You can then run the app on iOS and Android using the following commands:
28+
29+
```bash
30+
ns run ios
31+
32+
ns run android
33+
```
644 KB
Loading

0 commit comments

Comments
 (0)