An open API service indexing awesome lists of open source software.

https://github.com/nathanwalker/pocketrave-app

NativeScript and Angular 2 App for Raves, Light Shows, and other Awesome Things
https://github.com/nathanwalker/pocketrave-app

Last synced: 3 months ago
JSON representation

NativeScript and Angular 2 App for Raves, Light Shows, and other Awesome Things

Awesome Lists containing this project

README

          

# NativeScript + AngularJS

This is a project using NativeScript and AngularJS 2. It will include a Spotify and Particle.io integration for use in a music and light show.

# Prerequisites

Install your native toolchain and NativeScript as described in the docs:

https://docs.nativescript.org/setup/quick-setup

# Prepare project

```sh
$ npm install
```

# Add platforms(s)

1. `tns platform add android`
2. `tns platform add ios`

# Run

Android devices or emulators:

```sh
tns run android
```

or iOS...

```sh
tns run ios
```