mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge branch 'main' into refactor/circular-deps
This commit is contained in:
28
README.md
28
README.md
@@ -19,6 +19,34 @@
|
|||||||
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2FNativeScript%2FNativeScript?ref=badge_large)
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2FNativeScript%2FNativeScript?ref=badge_large)
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
To get started with NativeScript, follow these steps:
|
||||||
|
|
||||||
|
1. **Install the NativeScript CLI globally:**
|
||||||
|
```bash
|
||||||
|
npm install -g nativescript
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **Create a new project:**
|
||||||
|
```bash
|
||||||
|
ns create my-app
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **Navigate into your project directory:**
|
||||||
|
```bash
|
||||||
|
cd my-app
|
||||||
|
```
|
||||||
|
|
||||||
|
4. **Run your app on an emulator or device:**
|
||||||
|
```bash
|
||||||
|
ns run android
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```bash
|
||||||
|
ns run ios
|
||||||
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
1. [Setup your local development environment](https://docs.nativescript.org/setup/)
|
1. [Setup your local development environment](https://docs.nativescript.org/setup/)
|
||||||
|
|||||||
Reference in New Issue
Block a user