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
- Host: GitHub
- URL: https://github.com/nathanwalker/pocketrave-app
- Owner: NathanWalker
- Created: 2016-02-01T21:43:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T20:46:13.000Z (over 10 years ago)
- Last Synced: 2024-12-31T19:58:20.659Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```