> For the complete documentation index, see [llms.txt](https://docs.dataswyft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataswyft.com/build/getting-started/quick-start.md).

# Quick Start

{% embed url="<https://www.youtube.com/watch?v=6T4igPaSKGA>" %}

### "Hello world" with a PDA

Grab our [getting started Notes MVC app](https://github.com/dataswift/dataswift-starter-app-js).

```
git clone https://github.com/dataswift/dataswift-starter-app-js.git
```

{% hint style="info" %}
Prerequisites: node 12.13.0 and npm 6.12
{% endhint %}

Grab your favourite caffeinated ☕ beverage and do:

```
cd dataswift-starter-app-js
npm install
npm start
```

Then navigate to `http://localhost:3000/` to play with the app

{% hint style="info" %}
To go live your app will get reviewed by us and published like on the Apple App store
{% endhint %}

From the start, please think about storing any piece of private data only once with random UUID references which you can store normally in your existing database.

Lastly, we [review all apps](/deploy/application-review.md) before they go live to ensure the app is compliant with global data regulations. We partner with you to get quality code out the door. If you need one of our data privacy experts to help guide you – reach us on [contact@dataswyft.com](mailto:contact@dataswift.io).
